mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-16 19:40:57 +01:00
30 lines
723 B
Makefile
30 lines
723 B
Makefile
PCPEXPORT = pcp.h \
|
|
pcp/crypto.h \
|
|
pcp/config.h \
|
|
pcp/defines.h \
|
|
pcp/getpass.h \
|
|
pcp/jenhash.h \
|
|
pcp/key.h \
|
|
pcp/keyhash.h \
|
|
pcp/mem.h \
|
|
pcp/platform.h \
|
|
pcp/plist.h \
|
|
pcp/randomart.h \
|
|
pcp/uthash.h \
|
|
pcp/vault.h \
|
|
pcp/version.h \
|
|
pcp/z85.h \
|
|
pcp/zmq_z85.h \
|
|
pcp/ed.h \
|
|
pcp/buffer.h \
|
|
pcp/mgmt.h \
|
|
pcp/pcpstream.h \
|
|
pcp/keysig.h \
|
|
pcp/context.h \
|
|
pcp/structs.h \
|
|
pcp/util.h \
|
|
pcp/readpass.h \
|
|
pcp/scrypt.h
|
|
|
|
nobase_include_HEADERS = $(PCPEXPORT)
|