]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2433] added new stuff to include_HEADERS
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 3 Jan 2013 05:24:35 +0000 (21:24 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 3 Jan 2013 05:32:33 +0000 (21:32 -0800)
src/lib/dns/Makefile.am

index d1b0c1bd860bb3b0a690639b309842f469acded6..3f6ae6322e761d065fe5d9dd0c8359a9ec4a95b5 100644 (file)
@@ -160,6 +160,7 @@ libdns___includedir = $(includedir)/$(PACKAGE_NAME)/dns
 libdns___include_HEADERS = \
        edns.h \
        exceptions.h \
+       dns_fwd.h \
        labelsequence.h \
        message.h \
        masterload.h \
@@ -177,7 +178,8 @@ libdns___include_HEADERS = \
        rrset_collection_base.h \
        rrset_collection.h \
        rrttl.h \
-       tsigkey.h
+       tsigkey.h \
+       zone_checker.h
 # Purposely not installing these headers:
 # name_internal.h: used only internally, and not actually DNS specific
 # rdata/*/detail/*.h: these are internal use only