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

AM_CPPFLAGS = -I$(top_srcdir)/include $(DBI_INC)
AM_CFLAGS = ${regular_CFLAGS}
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