summaryrefslogtreecommitdiffstats
path: root/plugins/imudp/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-21 15:51:59 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-21 15:51:59 +0000
commite747f766c635e8edc1ccc9fc5cf97be234d3d1ef (patch)
tree4c54259ab0aef17688f96cf819a7417ee35e3d9d /plugins/imudp/Makefile.am
parent9a72402b80c9b67abae090645ba30adf697f3025 (diff)
downloadrsyslog-e747f766c635e8edc1ccc9fc5cf97be234d3d1ef.tar.gz
rsyslog-e747f766c635e8edc1ccc9fc5cf97be234d3d1ef.tar.xz
rsyslog-e747f766c635e8edc1ccc9fc5cf97be234d3d1ef.zip
prepared for imudp
Diffstat (limited to 'plugins/imudp/Makefile.am')
-rw-r--r--plugins/imudp/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/imudp/Makefile.am b/plugins/imudp/Makefile.am
new file mode 100644
index 00000000..6e83dc9f
--- /dev/null
+++ b/plugins/imudp/Makefile.am
@@ -0,0 +1,8 @@
+pkglib_LTLIBRARIES = imudp.la
+
+imudp_la_SOURCES = imudp.c ../../module-template.h
+imudp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags)
+imudp_la_LDFLAGS = -module -avoid-version
+imudp_la_LIBADD =
+
+EXTRA_DIST =