diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-08 16:13:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-08 16:13:42 +0000 |
commit | e27555c46856475fc3686511ce8e393651de8e44 (patch) | |
tree | 558a2cff52d01f9ceb38219e53442a74748a08be /plugins/ommysql | |
parent | 8d0a174a86d29dbec6412cb1bd38f87b3b3c059b (diff) | |
download | rsyslog-e27555c46856475fc3686511ce8e393651de8e44.tar.gz rsyslog-e27555c46856475fc3686511ce8e393651de8e44.tar.xz rsyslog-e27555c46856475fc3686511ce8e393651de8e44.zip |
added --enable-mudflap ./configure option
Diffstat (limited to 'plugins/ommysql')
-rw-r--r-- | plugins/ommysql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ommysql/Makefile.am b/plugins/ommysql/Makefile.am index 3b4e6d75..4e5c1548 100644 --- a/plugins/ommysql/Makefile.am +++ b/plugins/ommysql/Makefile.am @@ -1,8 +1,8 @@ pkglib_LTLIBRARIES = ommysql.la ommysql_la_SOURCES = ommysql.c ommysql.h -ommysql_la_CPPFLAGS = -I$(top_srcdir) $(mysql_cflags) $(pthreads_cflags) -ommysql_la_LDFLAGS = -module -avoid-version +ommysql_la_CPPFLAGS = -I$(top_srcdir) $(mysql_cflags) $(pthreads_cflags) $(mudflap_cflags) +ommysql_la_LDFLAGS = $(mudflap_libs) -module -avoid-version ommysql_la_LIBADD = $(mysql_libs) EXTRA_DIST = createDB.sql contrib/delete_mysql |