diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-11 11:58:27 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-11 11:58:27 +0000 |
commit | 0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca (patch) | |
tree | 2ddd79fcd51d110980b0f9ada2618f27adc3b1ce /Makefile.am | |
parent | 3f08e1f7264357d8f5e123cb0e1e93a37b69c42b (diff) | |
download | rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.gz rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.tar.xz rsyslog-0eb50e3832b7a420a90a2b6cf9c69d0cbf7c08ca.zip |
removed SYSV preprocessor macro; replaced with autotools equivalent
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ba0f70e3..59fa2c47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS=klogd rfc3195d syslogd -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 |