diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-13 17:21:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-13 17:21:03 +0200 |
commit | 4f32b629906f078ea81637829dde136a27b214e5 (patch) | |
tree | c6a4c2830c99575edf7b272a4517d89094bb66b0 /tools/Makefile.am | |
parent | fa3451aaa466ba7da28de6b324b4f90bab3ad4ef (diff) | |
download | rsyslog-4f32b629906f078ea81637829dde136a27b214e5.tar.gz rsyslog-4f32b629906f078ea81637829dde136a27b214e5.tar.xz rsyslog-4f32b629906f078ea81637829dde136a27b214e5.zip |
begun building a testbench
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 17 |
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) |