view src/Makefile.am @ 82:384532d596c0 default tip

Added tag stable-1-0-19 for changeset cc01f2caff37
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 Feb 2024 12:06:36 -0800
parents c6c8a2102a3e
children
line wrap: on
line source

sbin_PROGRAMS = syslog2iptables
syslog2iptables_SOURCES = syslog2iptables.cpp tokenizer.cpp tokenizer.h \
		includes.h syslogconfig.cpp syslogconfig.h syslog2iptables.h daemon.h
EXTRA_DIST = daemon.c

# set the include path found by configure
AM_CPPFLAGS = $(all_includes)

# the library search path.
syslog2iptables_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
syslog2iptables_LDADD   = $(all_libraries) $(REGEXLIB)

# default compile flags
syslog2iptables_CXXFLAGS = $(PTHREAD_CFLAGS)