summaryrefslogtreecommitdiffstats
path: root/grammar/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-07-22 11:32:26 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-07-22 11:32:26 +0200
commitca377701e0200a0766abe3bb33f4cab3ccaad451 (patch)
tree3515831950fd21bf66ad898cc4d1a9fa56f7e7e8 /grammar/Makefile.am
parent8ad3716cb230d0c13b6ed6f98a96939c69987509 (diff)
downloadrsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.tar.gz
rsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.tar.xz
rsyslog-ca377701e0200a0766abe3bb33f4cab3ccaad451.zip
milestone: all syntaxes for new config handler implemented
so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
Diffstat (limited to 'grammar/Makefile.am')
-rw-r--r--grammar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/Makefile.am b/grammar/Makefile.am
index 4746a9de..5911f443 100644
--- a/grammar/Makefile.am
+++ b/grammar/Makefile.am
@@ -2,7 +2,7 @@ BUILT_SOURCES = grammar.h
CLEANFILES = grammar.h grammar.c
AM_YFLAGS = -d
noinst_LTLIBRARIES = libgrammar.la
-bin_PROGRAMS = testdriver # TODO: make this conditional
+#bin_PROGRAMS = testdriver # TODO: make this conditional
libgrammar_la_SOURCES = \
grammar.y \