summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-06 18:12:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-06 18:12:29 +0200
commit7e4940e2640cb8b04bb0ca0a62b282309c296784 (patch)
treec1f2bea1f6b1f0747d8c5de4283f6d6f8b1444cc
parente0a2745d3f84a2f22ffce029de14e38a6433b402 (diff)
downloadrsyslog-7e4940e2640cb8b04bb0ca0a62b282309c296784.tar.gz
rsyslog-7e4940e2640cb8b04bb0ca0a62b282309c296784.tar.xz
rsyslog-7e4940e2640cb8b04bb0ca0a62b282309c296784.zip
file dirty.h was missing - thanks to darix for pointing this out
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f00abf0b..164dcdae 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -20,6 +20,8 @@ rsyslogd_SOURCES = \
pidfile.c \
pidfile.h \
\
+ ../dirty.h \
+ \
../action.h \
../action.c \
../threads.c \