summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-11 11:58:27 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-11 11:58:27 +0000
commit0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca (patch)
tree2ddd79fcd51d110980b0f9ada2618f27adc3b1ce /Makefile
parent3f08e1f7264357d8f5e123cb0e1e93a37b69c42b (diff)
downloadrsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.gz
rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.xz
rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.zip
removed SYSV preprocessor macro; replaced with autotools equivalent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 913f1ca3..a6f96fcc 100644
--- a/Makefile
+++ b/Makefile
@@ -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 =
top_builddir = .
top_srcdir = .
zlib_libs = -lz
-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:
include ./$(DEPDIR)/klogd.Po
include ./$(DEPDIR)/ksym.Po
+include ./$(DEPDIR)/ksym_mod.Po
include ./$(DEPDIR)/pidfile.Po
include ./$(DEPDIR)/rfc3195d.Po
include ./$(DEPDIR)/syslog.Po