mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
fixed Makefiles for "make dist"
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
#
|
||||
AM_CFLAGS = -I../include/pcp -Iscrypt/crypto -Iscrypt/util
|
||||
|
||||
|
||||
|
||||
SUBDIRS = scrypt
|
||||
lib_LTLIBRARIES = libpcp1.la
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
1
libpcp/scrypt/Makefile.am
Normal file
1
libpcp/scrypt/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
EXTRA_DIST = README crypto/crypto_aesctr.c crypto/crypto_aesctr.h crypto/crypto_scrypt-nosse.c crypto/crypto_scrypt-nosse.o crypto/crypto_scrypt-ref.c crypto/crypto_scrypt-sse.c crypto/crypto_scrypt.h crypto/scrypt_platform.h crypto/sha256.c crypto/sha256.h crypto/sha256.o scrypt_platform.h scryptenc/scryptenc.c scryptenc/scryptenc.h scryptenc/scryptenc_cpuperf.c scryptenc/scryptenc_cpuperf.h util/memlimit.c util/memlimit.h util/readpass.c util/readpass.h util/sysendian.h util/warn.c util/warn.h Makefile.am Makefile.in
|
||||
Reference in New Issue
Block a user