summaryrefslogtreecommitdiffstats
path: root/grammar/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-19 09:31:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-19 09:31:17 +0200
commit127d61fea78c967d2cdc536f898da425ffdd8a11 (patch)
treef0f72c30d774657b9ee81174a4a0701e87216de9 /grammar/Makefile.am
parent63d357862051fd8fea4e26bd424bdfc0e837a158 (diff)
downloadrsyslog-127d61fea78c967d2cdc536f898da425ffdd8a11.tar.gz
rsyslog-127d61fea78c967d2cdc536f898da425ffdd8a11.tar.xz
rsyslog-127d61fea78c967d2cdc536f898da425ffdd8a11.zip
milestone: first steps at global() conf obj implementation
also, the foundation for accessing conf file params has been laid. Still more work to do...
Diffstat (limited to 'grammar/Makefile.am')
-rw-r--r--grammar/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar/Makefile.am b/grammar/Makefile.am
index 9767c12f..4746a9de 100644
--- a/grammar/Makefile.am
+++ b/grammar/Makefile.am
@@ -11,7 +11,9 @@ libgrammar_la_SOURCES = \
rainerscript.h \
parserif.h \
grammar.h
+libgrammar_la_CPPFLAGS = $(RSRT_CFLAGS)
testdriver_SOURCES = testdriver.c libgrammar.la
+testdriver_CPPFLAGS = $(RSRT_CFLAGS)
testdriver_LDADD = libgrammar.la
testdriver_LDFLAGS = -lestr