[esnacc-dev] [PATCH] snacc: add policy.h to the automake installation

Aaron Conole aconole at bytheb.org
Mon Nov 14 18:41:38 UTC 2016


eSNACC relies on policy.h to be included, but this isn't being pulled into
automake.  Add policy.h to the include tracking system.

Signed-off-by: Aaron Conole <aconole at bytheb.org>
Reported-by: Uri Blumenthal <uri at mit.edu>
Reported-at: https://github.com/esnacc/esnacc-ng/issues/40
---
This change is intended to be backported to 1.8 branch

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a106a70..d0c0e73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,7 +59,7 @@ MAN_FRAGMENTS =
 MAN_ROOTS =
 noinst_DATA =
 noinst_HEADERS =
-nobase_include_HEADERS = snacc.h
+nobase_include_HEADERS = snacc.h policy.h
 lib_LTLIBRARIES =
 noinst_man_MANS =
 noinst_PROGRAMS =
-- 
2.7.4


More information about the dev mailing list