]> granicus.if.org Git - pdns/commitdiff
fix up our tar.gz so you can actually build from it
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 10 Feb 2011 14:04:52 +0000 (14:04 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 10 Feb 2011 14:04:52 +0000 (14:04 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2002 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am
pdns/backends/bind/Makefile.am

index f820976ba5a366c62f1cdf3c6158efb8474bae8d..5f7db26a45ed894887f05e456b18d83a47a2ed47 100644 (file)
@@ -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 
 
index 714e3747b068c674e0171159eb82bd26a3a173af..3e98f44e79c3d2944ff2d3abf4a80641bc364460 100644 (file)
@@ -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 \