diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 18:12:29 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-06 18:12:29 +0200 |
commit | 7e4940e2640cb8b04bb0ca0a62b282309c296784 (patch) | |
tree | c1f2bea1f6b1f0747d8c5de4283f6d6f8b1444cc | |
parent | e0a2745d3f84a2f22ffce029de14e38a6433b402 (diff) | |
download | rsyslog-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.am | 2 |
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 \ |