diff options
author | yaworsky <yaworsky> | 2005-11-15 11:59:52 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-11-15 11:59:52 +0000 |
commit | a704fc5981f7f2c0a3179f62f0ce818f75467078 (patch) | |
tree | defbda9e65bb85f1cdb0fc3e3e91f441c80df57d /daemon/Makefile.am | |
parent | a7085384027284f3eb55e48b4c0d4a93bea131b4 (diff) | |
download | syslog-win32-a704fc5981f7f2c0a3179f62f0ce818f75467078.tar.gz syslog-win32-a704fc5981f7f2c0a3179f62f0ce818f75467078.tar.xz syslog-win32-a704fc5981f7f2c0a3179f62f0ce818f75467078.zip |
Replaced 0-terminated strings with reference counted ones
Diffstat (limited to '')
-rw-r--r-- | daemon/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5e2a426..bda0ed4 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -14,8 +14,8 @@ AM_CPPFLAGS += -I. -I../include $(GLIB_CFLAGS) bin_PROGRAMS = syslogd 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 + main.c names.c pathnames.c purger.c string.c syslogd.c \ + syslogd.h udp_listener.c syslogd_LDADD = -lws2_32 $(GLIB_LIBS) endif |