From: Peter van Dijk Date: Fri, 19 Apr 2013 10:13:04 +0000 (+0000) Subject: support automake 1.12 X-Git-Tag: auth-3.3-rc1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a718d7490eb6e87c33f80a3fe7393edf63f04de5;p=thirdparty%2Fpdns.git support automake 1.12 git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3167 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/backends/bind/Makefile.am b/pdns/backends/bind/Makefile.am index 9aa9847221..410dc2b5a9 100644 --- a/pdns/backends/bind/Makefile.am +++ b/pdns/backends/bind/Makefile.am @@ -1,7 +1,7 @@ noinst_LTLIBRARIES = libbind2backend.la AM_CPPFLAGS=-I../.. $(BOOST_CPPFLAGS) @THREADFLAGS@ -BUILT_SOURCES=bind-dnssec.schema.sqlite3.sql.h +BUILT_SOURCES=bind-dnssec.schema.sqlite3.sql.h bindparser.h 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 ';' ) > $@ @@ -69,3 +69,5 @@ AM_YFLAGS = -d --verbose --debug dnslabeltext.cc: ../../dnslabeltext.rl ragel ../../dnslabeltext.rl -o dnslabeltext.cc +.hh.h: + cp $< $@ \ No newline at end of file