diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 10:21:37 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 10:21:37 +0000 |
commit | 3d102311504486baa1e99bcc1a0296f6d9e77029 (patch) | |
tree | b684a96473ad734167861da7f95269c1ef4e6603 | |
parent | 3899f4f330b0bd86a47e982824a078fa0ebf42ad (diff) | |
download | rsyslog-3d102311504486baa1e99bcc1a0296f6d9e77029.tar.gz rsyslog-3d102311504486baa1e99bcc1a0296f6d9e77029.tar.xz rsyslog-3d102311504486baa1e99bcc1a0296f6d9e77029.zip |
cleanup by Michael Biebl
-rw-r--r-- | plugins/imtcp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am index ad5135ba..fe43cd98 100644 --- a/plugins/imtcp/Makefile.am +++ b/plugins/imtcp/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = imtcp.la imtcp_la_SOURCES = imtcp.c -imtcp_la_CPPFLAGS = -DFORCE_NO_GSS=1 -I$(top_srcdir) $(pthreads_cflags) +imtcp_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) imtcp_la_LDFLAGS = -module -avoid-version imtcp_la_LIBADD = |