summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-06-11 07:32:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-06-11 07:32:47 +0000
commit460ce198b1aaa81f36f28dd8791ff7e0ad6a3387 (patch)
treeb342a1d32cfd30c6042b6292fae5659bbef34ce7 /linux
parent706fb36966f2c3c90946b3c4bb10f16eb2ab0eb5 (diff)
downloadrsyslog-460ce198b1aaa81f36f28dd8791ff7e0ad6a3387.tar.gz
rsyslog-460ce198b1aaa81f36f28dd8791ff7e0ad6a3387.tar.xz
rsyslog-460ce198b1aaa81f36f28dd8791ff7e0ad6a3387.zip
applied a patch from Peter Vrabec (Thanks!) to integrate klogd into the
rsyslog package. That removes dependency on the original sysklogd package.
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index c8321a75..75d68507 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -50,8 +50,8 @@ FEATURE_DEBUG=0
#
# THESE PATHES MUST ONLY BE SET IF RSYSLOG IS BUILD WITH
# RFC 3195 SUPPORT!
-LIBLOGGING_INC=-I../../liblogging/src
-LIBLOGGING_BIN=../../liblogging/src/linux/liblogging.a
+LIBLOGGING_INC=-I../../liblogging-0.6.0/src
+LIBLOGGING_BIN=../../liblogging-0.6.0/src/linux/liblogging.a
#############################################################
# END OF USER SETTINGS #