summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-21 14:07:14 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-21 14:07:14 +0000
commit783d2c0368b7992822bfea3a981e56bf063b188a (patch)
tree7622711e27b2e8cb15b140be56206e741468a7ea /plugins/imtcp/Makefile.am
parent6db6907c0ee87582845fd98932c22067a3b2b84f (diff)
downloadrsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.tar.gz
rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.tar.xz
rsyslog-783d2c0368b7992822bfea3a981e56bf063b188a.zip
begun work on imtcp
Diffstat (limited to 'plugins/imtcp/Makefile.am')
-rw-r--r--plugins/imtcp/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am
new file mode 100644
index 00000000..e6076cb9
--- /dev/null
+++ b/plugins/imtcp/Makefile.am
@@ -0,0 +1,8 @@
+pkglib_LTLIBRARIES = imtcp.la
+
+imtcp_la_SOURCES = imtcp.c ../../module-template.h
+imtcp_la_CPPFLAGS = -I$(srcdir)/../.. $(pthreads_cflags)
+imtcp_la_LDFLAGS = -module -avoid-version
+imtcp_la_LIBADD =
+
+EXTRA_DIST =