]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't add generated sources to _SOURCES
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 6 Oct 2014 21:01:50 +0000 (23:01 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 8 Oct 2014 08:10:56 +0000 (10:10 +0200)
pdns/Makefile.am

index a4cfdb4ad92a8bb761e04d8d26b5730b102c6792..c51cdd8173bb3165d947073f428fa92280626055 100644 (file)
@@ -111,7 +111,7 @@ pdns_server_SOURCES = \
        base32.cc base32.hh \
        base64.cc base64.hh \
        bind-dnssec.schema.sqlite3.sql.h \
-       bindlexer.c \
+       bindlexer.l \
        bindparser.cc \
        cachecleaner.hh \
        comment.hh \
@@ -226,8 +226,8 @@ pdnssec_SOURCES = \
        backends/gsql/ssql.hh \
        base32.cc \
        base64.cc base64.hh \
-       bindlexer.c \
-       bindparser.cc \
+       bindlexer.l \
+       bindparser.yy \
        cachecleaner.hh \
        dbdnsseckeeper.cc \
        dnsbackend.cc \
@@ -823,8 +823,8 @@ testrunner_SOURCES = \
        arguments.cc \
        base32.cc \
        base64.cc \
-       bindlexer.c \
-       bindparser.cc \
+       bindlexer.l \
+       bindparser.yy \
        dns.cc \
        dns_random.cc \
        dnslabeltext.cc \