From 5eadc4163df392091884d088593dbf4e95e1aec9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 1 Feb 2008 13:18:43 +0000 Subject: added input-plugin interface specification in form of a (copy) template input module --- plugins/imtemplate/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/imtemplate/Makefile.am (limited to 'plugins/imtemplate/Makefile.am') diff --git a/plugins/imtemplate/Makefile.am b/plugins/imtemplate/Makefile.am new file mode 100644 index 00000000..46a2267e --- /dev/null +++ b/plugins/imtemplate/Makefile.am @@ -0,0 +1,6 @@ +pkglib_LTLIBRARIES = imtemplate.la + +imtemplate_la_SOURCES = imtemplate.c +imtemplate_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) +imtemplate_la_LDFLAGS = $(mudflap_libs) -module -avoid-version +imtemplate_la_LIBADD = -- cgit