From: Bert Hubert Date: Thu, 10 Feb 2011 14:04:52 +0000 (+0000) Subject: fix up our tar.gz so you can actually build from it X-Git-Tag: auth-3.0~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40807ff7d85df899d120fc1510d45acf845f2848;p=pdns fix up our tar.gz so you can actually build from it git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2002 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index f820976ba..5f7db26a4 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1,7 +1,7 @@ AM_CXXFLAGS=-DSYSCONFDIR=\"@sysconfdir@\" -DLIBDIR=\"@libdir@\" -DLOCALSTATEDIR=\"@socketdir@\" -Ibackends/bind @THREADFLAGS@ -I/usr/include/lua5.1 -Iext/polarssl/include AM_CPPFLAGS=-Ibackends/bind $(BOOST_CPPFLAGS) @THREADFLAGS@ -EXTRA_DIST = mtasker.cc inflighter.cc docs/pdns_control.8 docs/pdns_server.8 docs/zone2sql.8 +EXTRA_DIST = dnslabeltext.rl dnslabeltext.cc mtasker.cc inflighter.cc docs/pdns_control.8 docs/pdns_server.8 docs/zone2sql.8 SUBDIRS= ext/polarssl backends diff --git a/pdns/backends/bind/Makefile.am b/pdns/backends/bind/Makefile.am index 714e3747b..3e98f44e7 100644 --- a/pdns/backends/bind/Makefile.am +++ b/pdns/backends/bind/Makefile.am @@ -12,7 +12,7 @@ libbind2backend_la_LDFLAGS=-module -avoid-version bin_PROGRAMS = zone2sql zone2ldap -EXTRA_DIST=bindparser.cc bindparser.h +EXTRA_DIST=dnslabeltext.cc bindparser.cc bindparser.h zone2sql_SOURCES=bindparser.yy bindlexer.l \ ../../arguments.cc ../../logger.cc zone2sql.cc ../../statbag.cc ../../misc.cc \