Files
pcp/include/Makefile.am

31 lines
748 B
Makefile
Raw Normal View History

2013-11-07 08:10:31 +01:00
PCPEXPORT = pcp.h \
pcp/crypto.h \
pcp/config.h \
2013-11-07 08:10:31 +01:00
pcp/defines.h \
pcp/digital_crc32.h \
pcp/getpass.h \
pcp/jenhash.h \
pcp/key.h \
pcp/keyhash.h \
2013-11-07 08:10:31 +01:00
pcp/mem.h \
pcp/platform.h \
pcp/randomart.h \
pcp/uthash.h \
pcp/vault.h \
pcp/version.h \
pcp/z85.h \
pcp/zmq_z85.h \
pcp/ed.h \
pcp/base85.h \
pcp/buffer.h \
2014-02-12 16:46:11 +01:00
pcp/mgmt.h \
pcp/pcpstream.h \
pcp/keysig.h \
2015-01-05 12:56:43 +01:00
pcp/context.h \
pcp/structs.h \
pcp/util.h \
pcp/plist.h \
pcp/scrypt.h
2013-11-07 08:10:31 +01:00
nobase_include_HEADERS = $(PCPEXPORT)