diff options
author | yaworsky <yaworsky> | 2005-10-31 13:52:24 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-10-31 13:52:24 +0000 |
commit | 74b7b6121179f8a82a2f96812c9a33e3f650eaed (patch) | |
tree | a051354cef72555130299fee3f17aa5948b6b3f4 /daemon/Makefile.am | |
parent | 10379ee810238a765bf94a4ba48e4fff04fc7b6f (diff) | |
download | syslog-win32-74b7b6121179f8a82a2f96812c9a33e3f650eaed.tar.gz syslog-win32-74b7b6121179f8a82a2f96812c9a33e3f650eaed.tar.xz syslog-win32-74b7b6121179f8a82a2f96812c9a33e3f650eaed.zip |
Refactored listener
Diffstat (limited to '')
-rw-r--r-- | daemon/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 06c1ccc..5e2a426 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -13,8 +13,9 @@ endif AM_CPPFLAGS += -I. -I../include $(GLIB_CFLAGS) bin_PROGRAMS = syslogd -syslogd_SOURCES = conf.c dest_file.c dest_relay.c fifo.c listener.c logrotate.c \ - main.c names.c pathnames.c purger.c syslogd.c syslogd.h +syslogd_SOURCES = conf.c dest_file.c dest_relay.c fifo.c logrotate.c \ + main.c names.c pathnames.c purger.c syslogd.c syslogd.h \ + udp_listener.c syslogd_LDADD = -lws2_32 $(GLIB_LIBS) endif |