view Makefile.am @ 79:831d0b46bbd2 stable-1-0-18

add more logging when blocked addresses move to higher scale values
author Carl Byington <carl@five-ten-sg.com>
date Wed, 15 Jul 2020 14:22:37 -0700
parents fadead7c9142
children
line wrap: on
line source

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src man html info
hackdir = $(sysconfdir)
hack_SCRIPTS = syslog2iptables.service
hack_DATA = syslog2iptables.conf.make syslog2iptables.conf.top syslog2iptables.conf.bottom syslog2iptables.conf.httpd
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
html_DATA = AUTHORS COPYING ChangeLog NEWS README
CLEANFILES = syslog2iptables.service xml/syslog2iptables xml/Makefile
EXTRA_DIST = syslog2iptables.service.rc $(hack_DATA) syslog2iptables.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/syslog2iptables.in

syslog2iptables.service: syslog2iptables.service.rc
	   cat syslog2iptables.service.rc	  | \
		   sed -e "s,SBINDIR,$(sbindir),g"	| \
		   sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>syslog2iptables.service