From a43ff0d7c08a5c8cbebba10c6c522ebf61d1c875 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 14 Feb 2008 16:24:08 +0000 Subject: created a bare template for omlibdbi (dbi output action) --- plugins/omlibdbi/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/omlibdbi/Makefile.am (limited to 'plugins/omlibdbi/Makefile.am') diff --git a/plugins/omlibdbi/Makefile.am b/plugins/omlibdbi/Makefile.am new file mode 100644 index 00000000..99ee63c9 --- /dev/null +++ b/plugins/omlibdbi/Makefile.am @@ -0,0 +1,8 @@ +pkglib_LTLIBRARIES = omlibdbi.la + +omlibdbi_la_SOURCES = omlibdbi.c +omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(libdbi_cflags) $(pthreads_cflags) $(mudflap_cflags) +omlibdbi_la_LDFLAGS = $(mudflap_libs) -module -avoid-version +omlibdbi_la_LIBADD = $(libdbi_libs) + +EXTRA_DIST = createDB.sql -- cgit v1.2.3