]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Restore bindparser.(h|hh) hack for newer autotools 1093/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 5 Nov 2013 08:23:27 +0000 (09:23 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 5 Nov 2013 08:48:26 +0000 (09:48 +0100)
pdns/Makefile.am

index 267f96fe46523f058bf8c57491ad37b84ee099f7..4e85064bfa54e0b58eeb186585aa519a586de83e 100644 (file)
@@ -18,11 +18,11 @@ EXTRA_DIST = dnslabeltext.rl dnslabeltext.cc mtasker.cc inflighter.cc docs/pdns_
        docs/dnsreplay.8 docs/dnsscope.8 docs/dnswasher.8 docs/pdnssec.8 docs/zone2ldap.8 \
        dnssec.schema.mysql.sql dnssec.schema.pgsql.sql dnssec.schema.sqlite3.sql \
        no-dnssec.schema.mysql.sql no-dnssec.schema.pgsql.sql no-dnssec.schema.sqlite3.sql \
-       bind-dnssec.schema.sqlite3.sql
+       bind-dnssec.schema.sqlite3.sql bindparser.h
 
 SUBDIRS= $(POLARSSL_SUBDIR)
 
-BUILT_SOURCES=bind-dnssec.schema.sqlite3.sql.h version_generated.h
+BUILT_SOURCES=bind-dnssec.schema.sqlite3.sql.h version_generated.h bindparser.h
 CLEANFILES=version_generated.h
 
 noinst_SCRIPTS = pdns
@@ -323,6 +323,10 @@ dnslabeltext.cc: dnslabeltext.rl
 bind-dnssec.schema.sqlite3.sql.h: bind-dnssec.schema.sqlite3.sql
        ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' bind-dnssec.schema.sqlite3.sql | sed 's/^/"/g'  ; echo ';' ) > $@
 
+# for bindparser.h/hh
+.h.hh:
+       cp $< $@
+
 build_date=$(shell LC_TIME=C date '+%Y%m%d%H%M%S')
 build_host=$(shell id -u -n)@$(shell hostname -f)
 if RELEASE_BUILD