diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-12 15:34:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-12 15:34:33 +0000 |
commit | 4ae1f8a765772d21446ad7f8158fd9d882d06c40 (patch) | |
tree | e888791010e3a67e753bd257ae0d17ab400ceb0e /master.make | |
parent | 1af199ccafdf68e0a1aefea44b9a6a47908f1cad (diff) | |
download | rsyslog-4ae1f8a765772d21446ad7f8158fd9d882d06c40.tar.gz rsyslog-4ae1f8a765772d21446ad7f8158fd9d882d06c40.tar.xz rsyslog-4ae1f8a765772d21446ad7f8158fd9d882d06c40.zip |
fixed some make issues when compiling without rfc 3195 supportv1-11-0
Diffstat (limited to 'master.make')
-rw-r--r-- | master.make | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/master.make b/master.make index 47a66172..9deab46b 100644 --- a/master.make +++ b/master.make @@ -23,12 +23,6 @@ LDFLAGS= -s # file system standard. FSSTND = -DFSSTND -# The following defines tell us where liblogging is located. This -# is only needed if we build with RFC 3195 support. By default, -# liblogging is expected to be present in the our parent directory. -LIBLOGGING_INC=-I../../liblogging/src -LIBLOGGING_BIN=../../liblogging/src/linux/liblogging.a - # The following define establishes the name of the pid file for the # rsyslogd daemon. The library include file (paths.h) defines the # name for the rsyslogd pid to be rsyslog.pid. |