fixed Makefiles for "make dist"

This commit is contained in:
TLINDEN
2015-01-07 19:10:52 +01:00
parent 6600d79325
commit 7dbd011d8d
9 changed files with 14 additions and 7 deletions

View File

@@ -20,6 +20,8 @@
#
AM_CXXFLAGS = -I../../include -I../../libpcp/scrypt/crypto -I../../libpcp/scrypt/util
EXTRA_DIST = *.h
lib_LTLIBRARIES = libpcp1++.la
libpcp1___la_SOURCES = pcp++.h ptx.cpp key.cpp vault.cpp crypto.cpp sign.cpp buffer.cpp

View File

@@ -1,3 +1,5 @@
EXTRA_DIST = setup.py Makefile.am pypcp/*.py Makefile.in
all:
python setup.py build