diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 14:08:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 14:08:58 +0000 |
commit | fc761b9fdc5486a0072ee63d8b438f562127d057 (patch) | |
tree | 9648b218c4f60da71101c57861251f8f2f5c7441 /plugins/omtesting | |
parent | 39521c0593cd8a8a5f40f1b780846a38711e388b (diff) | |
download | rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.tar.gz rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.tar.xz rsyslog-fc761b9fdc5486a0072ee63d8b438f562127d057.zip |
applied Michael Biebl's patch to clean up the makefiles
Diffstat (limited to 'plugins/omtesting')
-rw-r--r-- | plugins/omtesting/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/omtesting/Makefile.am b/plugins/omtesting/Makefile.am index d7c9663b..7e376683 100644 --- a/plugins/omtesting/Makefile.am +++ b/plugins/omtesting/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = omtesting.la -omtesting_la_SOURCES = omtesting.c omtesting.h ../../module-template.h -omtesting_la_CPPFLAGS = $(mysql_cflags) -I$(srcdir)/../.. $(pthreads_cflags) +omtesting_la_SOURCES = omtesting.c +omtesting_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) omtesting_la_LDFLAGS = -module -avoid-version -omtesting_la_LIBADD = $(mysql_libs) +omtesting_la_LIBADD = |