diff options
author | Michael Biebl <biebl@debian.org> | 2012-03-15 13:34:05 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-03-15 13:34:05 +0100 |
commit | c1860fd74db97b8311e5d8f018ded8145fb0b0f5 (patch) | |
tree | 7119c56e0aedd8aeda0e4f84a761d79ede01a724 /tools/Makefile.in | |
parent | 4b6db682f04b13a031bc48d240266b2fbd670ae7 (diff) | |
download | rsyslog-c1860fd74db97b8311e5d8f018ded8145fb0b0f5.tar.gz |
Imported Upstream version 5.8.9upstream/5.8.9
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index b4532e4..5faadd4 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -336,7 +336,9 @@ rsyslogd_LDFLAGS = -export-dynamic @ENABLE_DIAGTOOLS_TRUE@zpipe_SOURCES = zpipe.c @ENABLE_DIAGTOOLS_TRUE@zpipe_LDADD = -lz @ENABLE_DIAGTOOLS_TRUE@msggen_SOURCES = msggen.c -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = $(man_MANS) \ + recover_qi.pl + all: all-am .SUFFIXES: |