diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-10 14:51:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-10 14:51:43 +0200 |
commit | 55256ac96815d6e13fc9df7206d50ef7dcaca4fe (patch) | |
tree | b2a6a8be01f33f53c12f937aefc88173b581a952 /plugins/imptcp/Makefile.am | |
parent | 318adf58de35d7b8c6ca891b93c351220628586b (diff) | |
download | rsyslog-55256ac96815d6e13fc9df7206d50ef7dcaca4fe.tar.gz rsyslog-55256ac96815d6e13fc9df7206d50ef7dcaca4fe.tar.bz2 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.am | 6 |
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 = |