mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed Makefiles for "make dist"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
EXTRA_DIST = setup.py Makefile.am pypcp/*.py Makefile.in
|
||||
|
||||
all:
|
||||
python setup.py build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user