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

AM_CPPFLAGS = -I$(top_srcdir)/include $(DBI_INC)
LIBS=$(DBI_LIB)

if HAVE_DBI

pkglib_LTLIBRARIES = ulogd_output_DBI.la

ulogd_output_DBI_la_SOURCES = ulogd_output_DBI.c ../../util/db.c
ulogd_output_DBI_la_LDFLAGS = -avoid-version -module

endif