summaryrefslogtreecommitdiffstats
path: root/plugins/ompgsql
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-16 08:42:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-16 08:42:00 +0200
commitd7f33053da7eb73a8c475956af6e3847e596c80a (patch)
tree50e4d5e54af09e5c28d1c3d6f58cfa04391c2dd0 /plugins/ompgsql
parent3285f4391000b40b7c8adead2e2999de15ff8da0 (diff)
downloadrsyslog-d7f33053da7eb73a8c475956af6e3847e596c80a.tar.gz
rsyslog-d7f33053da7eb73a8c475956af6e3847e596c80a.tar.xz
rsyslog-d7f33053da7eb73a8c475956af6e3847e596c80a.zip
made everything compile with the new runtime subdirectory
Diffstat (limited to 'plugins/ompgsql')
-rw-r--r--plugins/ompgsql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ompgsql/Makefile.am b/plugins/ompgsql/Makefile.am
index b2e3effa..cc1c5f49 100644
--- a/plugins/ompgsql/Makefile.am
+++ b/plugins/ompgsql/Makefile.am
@@ -1,7 +1,7 @@
pkglib_LTLIBRARIES = ompgsql.la
ompgsql_la_SOURCES = ompgsql.c ompgsql.h
-ompgsql_la_CPPFLAGS = -I$(top_srcdir) $(pgsql_cflags)
+ompgsql_la_CPPFLAGS = -I$(top_srcdir) $(pgsql_cflags) $(rsrt_cflags)
ompgsql_la_LDFLAGS = -module -avoid-version
ompgsql_la_LIBADD = $(pgsql_libs)