summaryrefslogtreecommitdiffstats
path: root/output/dbi/Makefile.am
blob: ca05e00b249df8fc562395c9e517c45414c09cf2 (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}

if HAVE_DBI

pkglibexec_LTLIBRARIES = ulogd_output_DBI.la

ulogd_output_DBI_la_SOURCES = ulogd_output_DBI.c ../../util/db.c
ulogd_output_DBI_la_LIBADD  = ${DBI_LIB}
ulogd_output_DBI_la_LDFLAGS = -avoid-version -module

endif