From c16b1e3d576840684f63a64e87504de40a207a5e Mon Sep 17 00:00:00 2001 From: yaworsky Date: Mon, 24 Oct 2005 13:00:40 +0000 Subject: Renamed writer.c to dest_file.c. --- daemon/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index aa2599a..81fddfa 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -13,8 +13,8 @@ endif AM_CPPFLAGS += -I. -I../include $(GLIB_CFLAGS) bin_PROGRAMS = syslogd -syslogd_SOURCES = conf.c fifo.c listener.c logrotate.c main.c names.c \ - pathnames.c purger.c syslogd.c writer.c syslogd.h +syslogd_SOURCES = conf.c dest_file.c fifo.c listener.c logrotate.c \ + main.c names.c pathnames.c purger.c syslogd.c syslogd.h syslogd_LDADD = -lws2_32 $(GLIB_LIBS) endif -- cgit v1.2.3