comparison Makefile.am @ 216:784030ac71f1

Never whitelist self addressed mail. Changes for Fedora 10 and const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 27 Dec 2008 22:40:12 -0800
parents 4db1457cd11a
children f92f24950bd3
comparison
equal deleted inserted replaced
215:faac35ae3ccc 216:784030ac71f1
5 hack_SCRIPTS = dnsbl 5 hack_SCRIPTS = dnsbl
6 hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf cctld.conf dnsblnogrey 6 hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf cctld.conf dnsblnogrey
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 = dnsbl xml/dnsbl xml/Makefile 9 CLEANFILES = dnsbl xml/dnsbl xml/Makefile
10 EXTRA_DIST = $(hack_DATA) dnsbl.spec $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/d*) 10 EXTRA_DIST = $(hack_DATA) dnsbl.spec xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/dnsbl.in
11 11
12 dnsbl: dnsbl.rc 12 dnsbl: dnsbl.rc
13 cat dnsbl.rc | \ 13 cat dnsbl.rc | \
14 sed -e "s,SBINDIR,$(sbindir),g" | \ 14 sed -e "s,SBINDIR,$(sbindir),g" | \
15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >dnsbl 15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >dnsbl