Mercurial > syslog2iptables
diff src/Makefile.am @ 1:551433a01cab
initial coding
author | carl |
---|---|
date | Wed, 23 Nov 2005 19:29:14 -0800 |
parents | |
children | 276c4edc8521 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Makefile.am Wed Nov 23 19:29:14 2005 -0800 @@ -0,0 +1,9 @@ +bin_PROGRAMS = syslog2iptables +syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ + includes.h syslogconfig.cpp syslogconfig.h + +# set the include path found by configure +INCLUDES= $(all_includes) + +# the library search path. +syslog2iptables_LDFLAGS = $(all_libraries)