summaryrefslogtreecommitdiffstats
path: root/plugins/imptcp/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-10 14:51:43 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-10 14:51:43 +0200
commit55256ac96815d6e13fc9df7206d50ef7dcaca4fe (patch)
treeb2a6a8be01f33f53c12f937aefc88173b581a952 /plugins/imptcp/Makefile.am
parent318adf58de35d7b8c6ca891b93c351220628586b (diff)
downloadrsyslog-55256ac96815d6e13fc9df7206d50ef7dcaca4fe.tar.gz
rsyslog-55256ac96815d6e13fc9df7206d50ef7dcaca4fe.tar.xz
rsyslog-55256ac96815d6e13fc9df7206d50ef7dcaca4fe.zip
added imptcp
imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
Diffstat (limited to 'plugins/imptcp/Makefile.am')
-rw-r--r--plugins/imptcp/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/imptcp/Makefile.am b/plugins/imptcp/Makefile.am
new file mode 100644
index 00000000..bfacc884
--- /dev/null
+++ b/plugins/imptcp/Makefile.am
@@ -0,0 +1,6 @@
+pkglib_LTLIBRARIES = imptcp.la
+
+imptcp_la_SOURCES = imptcp.c
+imptcp_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
+imptcp_la_LDFLAGS = -module -avoid-version
+imptcp_la_LIBADD =