Mercurial > dnsbl
comparison Makefile.am @ 375:aeb4480a2a95 stable-6-0-49
avoid packaging generated dnsbl.service file
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Feb 2017 11:34:51 -0800 |
parents | 7361afe0df4f |
children | 1b7a785610f5 |
comparison
equal
deleted
inserted
replaced
374:9e05af8f45f7 | 375:aeb4480a2a95 |
---|---|
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 dnsbl.service |
6 hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf dnsblnogrey dnsbl.service dnsbl-tmpfs.conf | 6 hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf dnsblnogrey dnsbl-tmpfs.conf |
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 dnsbl.service xml/dnsbl xml/Makefile | 9 CLEANFILES = dnsbl dnsbl.service xml/dnsbl xml/Makefile |
10 EXTRA_DIST = dnsbl.rc dnsbl.service.rc $(hack_DATA) dnsbl.spec make-tld-conf.py xml/header.sgml xml/header.xml xml/Makefile.am xml/Makefile.in xml/dnsbl.in | 10 EXTRA_DIST = dnsbl.rc dnsbl.service.rc $(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 |