From d92d130dbddb756787710bb5d73cf38ac8fe0d3b Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Mon, 5 Jan 2015 12:56:43 +0100 Subject: [PATCH] added missing includes to installer --- include/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 5c9a8af..b5e95aa 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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)