Mercurial > dnsbl
comparison Makefile.am @ 270:f92f24950bd3 stable-6-0-35
Use mozilla prefix list for tld checking, Enable surbl/uribl/dbl rhs lists
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 09 Sep 2013 15:15:53 -0700 |
parents | 784030ac71f1 |
children | 5380552644e2 |
comparison
equal
deleted
inserted
replaced
269:6d2a11f0ae41 | 270:f92f24950bd3 |
---|---|
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)/dnsbl | 4 hackdir = $(sysconfdir)/dnsbl |
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 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 xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/dnsbl.in | 10 EXTRA_DIST = $(hack_DATA) dnsbl.spec make-tld-conf.py 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 |