[syslog-ng] [PATCH] lib/Makefile.am: Include cfg-grammar.h in the package headers too.

Gergely Nagy algernon at madhouse-project.org
Thu Aug 25 14:53:43 CEST 2011


cfg-grammar.h is included by some of the public headers we install,
therefore cfg-grammar.h should be installed alongside aswell.

Signed-off-by: Gergely Nagy <algernon at madhouse-project.org>
---
 lib/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index d941a8d..6527bc8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -24,6 +24,7 @@ pkginclude_HEADERS = 		\
 	block-ref-parser.h	\
 	center.h		\
 	cfg.h                   \
+	cfg-grammar.h           \
 	cfg-lexer.h		\
 	cfg-parser.h		\
 	children.h		\
-- 
1.7.2.5



More information about the syslog-ng mailing list