diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-06 11:32:54 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-06 11:32:54 +0200 |
commit | 4fcfea31e3c46d27c5a54a8d1d9925e59550f82c (patch) | |
tree | c6936f35eb7700eccc6a3c9feaf306eba7679e16 /runtime/Makefile.am | |
parent | 2081c264a3b3219ed4756e548ec9b122fae9328c (diff) | |
download | rsyslog-4fcfea31e3c46d27c5a54a8d1d9925e59550f82c.tar.gz rsyslog-4fcfea31e3c46d27c5a54a8d1d9925e59550f82c.tar.bz2 rsyslog-4fcfea31e3c46d27c5a54a8d1d9925e59550f82c.zip |
milestone/[NONWORKING]: first integration of new parser, rules are not yet handled
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r-- | runtime/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 232d8f03..7c3d18ef 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -117,7 +117,7 @@ librsyslog_la_SOURCES = \ if WITH_MODDIRS librsyslog_la_CPPFLAGS = -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"$(pkglibdir)/:$(moddirs)\" $(PTHREADS_CFLAGS) $(LIBEE_CFLAGS) -I\$(top_srcdir)/tools else -librsyslog_la_CPPFLAGS = -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"$(pkglibdir)/\" -I$(top_srcdir) $(PTHREADS_CFLAGS) $(LIBEE_CFLAGS) -I\$(top_srcdir)/tools +librsyslog_la_CPPFLAGS = -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"$(pkglibdir)/\" -I$(top_srcdir) $(PTHREADS_CFLAGS) $(LIBEE_CFLAGS) -I\$(top_srcdir)/tools -I\$(top_srcdir)/grammar endif #librsyslog_la_LDFLAGS = -module -avoid-version librsyslog_la_LIBADD = $(DL_LIBS) $(RT_LIBS) $(LIBEE_LIBS) |