From: JINMEI Tatuya Date: Thu, 3 Jan 2013 05:24:35 +0000 (-0800) Subject: [2433] added new stuff to include_HEADERS X-Git-Tag: bind10-1.0.0-rc-release~99^2~24^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2f99db35b161d951e60aee4728118cf41c3b3d4;p=thirdparty%2Fkea.git [2433] added new stuff to include_HEADERS --- diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am index d1b0c1bd86..3f6ae6322e 100644 --- a/src/lib/dns/Makefile.am +++ b/src/lib/dns/Makefile.am @@ -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