diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 08:42:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 08:42:00 +0200 |
commit | d7f33053da7eb73a8c475956af6e3847e596c80a (patch) | |
tree | 50e4d5e54af09e5c28d1c3d6f58cfa04391c2dd0 /plugins/omlibdbi/Makefile.am | |
parent | 3285f4391000b40b7c8adead2e2999de15ff8da0 (diff) | |
download | rsyslog-d7f33053da7eb73a8c475956af6e3847e596c80a.tar.gz rsyslog-d7f33053da7eb73a8c475956af6e3847e596c80a.tar.bz2 rsyslog-d7f33053da7eb73a8c475956af6e3847e596c80a.zip |
made everything compile with the new runtime subdirectory
Diffstat (limited to 'plugins/omlibdbi/Makefile.am')
-rw-r--r-- | plugins/omlibdbi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omlibdbi/Makefile.am b/plugins/omlibdbi/Makefile.am index 872fc67c..d224f9e4 100644 --- a/plugins/omlibdbi/Makefile.am +++ b/plugins/omlibdbi/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = omlibdbi.la omlibdbi_la_SOURCES = omlibdbi.c -omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(libdbi_cflags) $(pthreads_cflags) +omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(libdbi_cflags) $(pthreads_cflags) $(rsrt_cflags) omlibdbi_la_LDFLAGS = -module -avoid-version omlibdbi_la_LIBADD = $(libdbi_libs) |