sbin_PROGRAMS = syslog2iptables syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \ includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h # set the include path found by configure INCLUDES= $(all_includes) # the library search path. syslog2iptables_LDFLAGS = $(all_libraries) -pthread # default compile flags syslog2iptables_CXXFLAGS = -pthread