Browse Source

missing header files in libdns___include_HEADERS.
should be trivial, skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3644 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
ccad65107f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dns/Makefile.am

+ 2 - 0
src/lib/dns/Makefile.am

@@ -96,11 +96,13 @@ libdns___includedir = $(includedir)/dns
 libdns___include_HEADERS = \
 	buffer.h \
 	dnssectime.h \
+	edns.h \
 	exceptions.h \
 	message.h \
 	messagerenderer.h \
 	name.h \
 	question.h \
+	rcode.h \
 	rdata.h \
 	rdataclass.h \
 	rrclass.h \