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

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

endif