comparison Makefile.am @ 61:d80641be405b stable-1-0-15

add script to build syslog2iptables.conf
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Oct 2014 10:01:32 -0700
parents 75361069c6ef
children 79f310d1bc46
comparison
equal deleted inserted replaced
60:a20b31625b44 61:d80641be405b
1 ACLOCAL_AMFLAGS = -I m4 1 ACLOCAL_AMFLAGS = -I m4
2 2
3 SUBDIRS = src man html info 3 SUBDIRS = src man html info
4 hackdir = $(sysconfdir) 4 hackdir = $(sysconfdir)
5 hack_SCRIPTS = syslog2iptables 5 hack_SCRIPTS = syslog2iptables
6 sysconf_DATA = syslog2iptables.conf 6 sysconf_DATA = syslog2iptables.conf.make syslog2iptables.conf.top syslog2iptables.conf.bottom syslog2iptables.conf.httpd
7 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ 7 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
8 html_DATA = AUTHORS COPYING ChangeLog NEWS README 8 html_DATA = AUTHORS COPYING ChangeLog NEWS README
9 CLEANFILES = syslog2iptables xml/syslog2iptables xml/Makefile 9 CLEANFILES = syslog2iptables xml/syslog2iptables xml/Makefile
10 EXTRA_DIST = syslog2iptables.conf syslog2iptables.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/syslog2iptables.in 10 EXTRA_DIST = syslog2iptables.conf.make syslog2iptables.conf.top syslog2iptables.conf.bottom syslog2iptables.conf.httpd syslog2iptables.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/syslog2iptables.in
11 11
12 syslog2iptables: syslog2iptables.rc 12 syslog2iptables: syslog2iptables.rc
13 cat syslog2iptables.rc | \ 13 cat syslog2iptables.rc | \
14 sed -e "s,SBINDIR,$(sbindir),g" | \ 14 sed -e "s,SBINDIR,$(sbindir),g" | \
15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>syslog2iptables 15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>syslog2iptables