Browse Source

[2433] added new stuff to include_HEADERS

JINMEI Tatuya 12 years ago
parent
commit
e2f99db35b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/lib/dns/Makefile.am

+ 3 - 1
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