From 0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 11 Jul 2007 11:58:27 +0000 Subject: removed SYSV preprocessor macro; replaced with autotools equivalent --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d88b85b2..257b84e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ am__installdirs = "$(DESTDIR)$(bindir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_klogd_OBJECTS = klogd.$(OBJEXT) syslog.$(OBJEXT) pidfile.$(OBJEXT) \ - ksym.$(OBJEXT) + ksym.$(OBJEXT) ksym_mod.$(OBJEXT) klogd_OBJECTS = $(am_klogd_OBJECTS) klogd_LDADD = $(LDADD) am_rfc3195d_OBJECTS = rfc3195d.$(OBJEXT) @@ -174,7 +174,7 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ zlib_libs = @zlib_libs@ -klogd_SOURCES = klogd.c syslog.c pidfile.c ksym.c +klogd_SOURCES = klogd.c syslog.c pidfile.c ksym.c ksym_mod.c rfc3195d_SOURCES = rfc3195d.c syslogd_SOURCES = syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c syslogd_CPPFLAGS = $(mysql_includes) @@ -275,6 +275,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/klogd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ksym.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ksym_mod.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pidfile.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc3195d.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslog.Po@am__quote@ -- cgit