summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-06-13 17:21:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-06-13 17:21:03 +0200
commit4f32b629906f078ea81637829dde136a27b214e5 (patch)
treec6a4c2830c99575edf7b272a4517d89094bb66b0 /tools
parentfa3451aaa466ba7da28de6b324b4f90bab3ad4ef (diff)
downloadrsyslog-4f32b629906f078ea81637829dde136a27b214e5.tar.gz
rsyslog-4f32b629906f078ea81637829dde136a27b214e5.tar.xz
rsyslog-4f32b629906f078ea81637829dde136a27b214e5.zip
begun building a testbench
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1eb017d4..b2b7a8ca 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -20,22 +20,7 @@ rsyslogd_SOURCES = \
pidfile.c \
pidfile.h \
\
- ../dirty.h \
- \
- ../action.h \
- ../action.c \
- ../threads.c \
- ../threads.h \
- \
- ../parse.c \
- ../parse.h \
- \
- ../outchannel.c \
- ../outchannel.h \
- ../template.c \
- ../template.h \
- ../conf.c \
- ../conf.h
+ ../dirty.h
rsyslogd_CPPFLAGS = $(pthreads_cflags) $(rsrt_cflags)
rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) $(rsrt_libs)