]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3285] Use EXTRA_DIST for dependencies to be even more accurate
authorKean Johnston <kean@isc.org>
Fri, 17 Jan 2014 08:42:20 +0000 (10:42 +0200)
committerKean Johnston <kean@isc.org>
Fri, 17 Jan 2014 08:42:20 +0000 (10:42 +0200)
src/lib/dns/Makefile.am

index 48256a7757ecd4eaee2f4ca61efb310bf3cf6fad..ede699a2b7e49ed48a7e636601808eab7283b249 100644 (file)
@@ -158,7 +158,7 @@ rrclass.h: rrclass-placeholder.h
 rrtype.h: rrtype-placeholder.h
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 
-s-rdatacode: Makefile rrclass-placeholder.h rrtype-placeholder.h rrparamregistry-placeholder.cc
+s-rdatacode: Makefile $(EXTRA_DIST)
        $(PYTHON) ./gen-rdatacode.py
        touch $@