From 19aa89be0ccefe4e593b7858834d450e22f334ea Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 16 Oct 2016 23:42:58 +0200 Subject: [PATCH] regen, added missing headers --- INSTALL | 6 +++--- include/Makefile.am | 2 ++ include/pcp/config.h.in | 3 --- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 6e90e07..2099840 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ without warranty of any kind. Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented diff --git a/include/Makefile.am b/include/Makefile.am index 91e2677..ecdb19a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,11 +2,13 @@ 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 \ diff --git a/include/pcp/config.h.in b/include/pcp/config.h.in index 7f7bd36..b53de92 100644 --- a/include/pcp/config.h.in +++ b/include/pcp/config.h.in @@ -160,9 +160,6 @@ */ #undef LT_OBJDIR -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE