added missing includes to installer

This commit is contained in:
git@daemon.de
2015-01-05 12:56:43 +01:00
parent 7b9817a9c0
commit d92d130dbd

View File

@@ -23,6 +23,11 @@ PCPEXPORT = pcp.h \
pcp/mgmt.h \
pcp/pcpstream.h \
pcp/keysig.h \
pcp/context.h
pcp/context.h \
pcp/structs.h \
pcp/util.h \
pcp/plist.h \
pcp/scrypt.h \
pcp/crypto_scrypt.h
nobase_include_HEADERS = $(PCPEXPORT)