From 8aa47fcd3c013913b5e553053e0098b6765e5544 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Mon, 1 Dec 2008 13:41:55 +0100 Subject: Add new output plugin DBI libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. This module brings support for all database types supported by libdbi. Signed-off-by: Pierre Chifflier Signed-off-by: Eric Leblond --- output/dbi/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 output/dbi/Makefile.am (limited to 'output/dbi/Makefile.am') diff --git a/output/dbi/Makefile.am b/output/dbi/Makefile.am new file mode 100644 index 0000000..d127587 --- /dev/null +++ b/output/dbi/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3