diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-05 08:21:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-05 08:21:04 +0200 |
commit | 641e383b8ad13ad6ee7fd9241214e24e6a983500 (patch) | |
tree | a8894d68d658c9863a82e88ab84fec4fcc774f50 /grammar/Makefile.am | |
parent | 183641a091a3d7b5eabe4419db4ebd2b6f84934e (diff) | |
download | rsyslog-641e383b8ad13ad6ee7fd9241214e24e6a983500.tar.gz rsyslog-641e383b8ad13ad6ee7fd9241214e24e6a983500.tar.xz rsyslog-641e383b8ad13ad6ee7fd9241214e24e6a983500.zip |
milestone: grammar integrated in rsyslog build system
Diffstat (limited to 'grammar/Makefile.am')
-rw-r--r-- | grammar/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grammar/Makefile.am b/grammar/Makefile.am new file mode 100644 index 00000000..b2bd3430 --- /dev/null +++ b/grammar/Makefile.am @@ -0,0 +1,7 @@ +noinst_LTLIBRARIES = libgrammar.la + +libgrammar_la_SOURCES = \ + utils.c \ + utils.h \ + rscript-lex.l \ + rscript.y |