summaryrefslogtreecommitdiffstats
path: root/output/pgsql/Makefile.am
blob: e8f4accb0c665266a18841d040b87b6c6bcbc397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(PQINCPATH)
LIBS=$(PQLIBS)

if HAVE_PGSQL

pkglib_LTLIBRARIES = ulogd_output_PGSQL.la

ulogd_output_PGSQL_la_SOURCES = ulogd_output_PGSQL.c ../../util/db.c
ulogd_output_PGSQL_la_LDFLAGS = -avoid-version -module

endif