summaryrefslogtreecommitdiffstats
path: root/plugins/imtemplate/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-01 13:18:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-01 13:18:43 +0000
commit5eadc4163df392091884d088593dbf4e95e1aec9 (patch)
tree6196acafc33207e612511414e45c7f515c6d155a /plugins/imtemplate/Makefile.am
parentafb38c009a95a4cff413569f1e36d8120c972b4d (diff)
downloadrsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.tar.gz
rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.tar.xz
rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.zip
added input-plugin interface specification in form of a (copy) template
input module
Diffstat (limited to 'plugins/imtemplate/Makefile.am')
-rw-r--r--plugins/imtemplate/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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 =