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

INCLUDES = $(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