Mercurial > syslog2iptables
annotate src/Makefile.am @ 1:551433a01cab
initial coding
author | carl |
---|---|
date | Wed, 23 Nov 2005 19:29:14 -0800 |
parents | |
children | 276c4edc8521 |
rev | line source |
---|---|
1 | 1 bin_PROGRAMS = syslog2iptables |
2 syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ | |
3 includes.h syslogconfig.cpp syslogconfig.h | |
4 | |
5 # set the include path found by configure | |
6 INCLUDES= $(all_includes) | |
7 | |
8 # the library search path. | |
9 syslog2iptables_LDFLAGS = $(all_libraries) |