mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
re-organized include files
This commit is contained in:
19
include/Makefile.am
Normal file
19
include/Makefile.am
Normal file
@@ -0,0 +1,19 @@
|
||||
PCPEXPORT = pcp.h \
|
||||
pcp/crypto.h \
|
||||
pcp/defines.h \
|
||||
pcp/digital_crc32.h \
|
||||
pcp/getpass.h \
|
||||
pcp/jenhash.h \
|
||||
pcp/key.h \
|
||||
pcp/mac.h \
|
||||
pcp/mem.h \
|
||||
pcp/pad.h \
|
||||
pcp/platform.h \
|
||||
pcp/randomart.h \
|
||||
pcp/uthash.h \
|
||||
pcp/vault.h \
|
||||
pcp/version.h \
|
||||
pcp/z85.h \
|
||||
pcp/zmq_z85.h
|
||||
|
||||
nobase_include_HEADERS = $(PCPEXPORT)
|
||||
Reference in New Issue
Block a user