diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-09 10:23:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-09 10:23:49 +0200 |
commit | a7f8d9988422822e07782c475b06db14dccb58c8 (patch) | |
tree | 2b92d4b596909b7f3d61b098c403a389931c31e6 /tools/Makefile.am | |
parent | b1d8366b905a956885b5d7ae9a7cb1e23d0ada4d (diff) | |
download | rsyslog-a7f8d9988422822e07782c475b06db14dccb58c8.tar.gz rsyslog-a7f8d9988422822e07782c475b06db14dccb58c8.tar.xz rsyslog-a7f8d9988422822e07782c475b06db14dccb58c8.zip |
moved udp spoofing code to its own output module (omudpspoof)
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 77852b5b..f0f9afab 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -22,7 +22,7 @@ rsyslogd_SOURCES = \ \ ../dirty.h rsyslogd_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) -rsyslogd_LDADD = $(ZLIB_LIBS) $(PTHREADS_LIBS) $(RSRT_LIBS) $(SOL_LIBS) $(LIBNET_LIBS) +rsyslogd_LDADD = $(ZLIB_LIBS) $(PTHREADS_LIBS) $(RSRT_LIBS) $(SOL_LIBS) rsyslogd_LDFLAGS = -export-dynamic if ENABLE_DIAGTOOLS |