[svn] commit: r1941 - in /trunk/src/lib: dns/Makefile.am exceptions/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 26 19:02:55 UTC 2010


Author: jreed
Date: Wed May 26 19:02:55 2010
New Revision: 1941

Log:
Install the headers for libdns and libexceptions.
I had tested this for building my host.cc outside of bind10 source.
This is for Trac #68.

Modified:
    trunk/src/lib/dns/Makefile.am
    trunk/src/lib/exceptions/Makefile.am

Modified: trunk/src/lib/dns/Makefile.am
==============================================================================
--- trunk/src/lib/dns/Makefile.am (original)
+++ trunk/src/lib/dns/Makefile.am Wed May 26 19:02:55 2010
@@ -107,3 +107,29 @@
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile
 	./gen-rdatacode.py
+
+libdns_includedir = $(includedir)/dns
+libdns_include_HEADERS = \
+	buffer.h \
+	dnssectime.h \
+	exceptions.h \
+	message.h \
+	messagerenderer.h \
+	name.h \
+	question.h \
+	rdata.h \
+	rdataclass.h \
+	rrclass.h \
+	rrparamregistry.h \
+	rrset.h \
+	rrsetlist.h \
+	rrttl.h \
+	rrtype.h \
+	tsig.h
+# Purposely not installing these headers:
+# base32.h # used only internally, and not actually DNS specific
+# base64.h # used only internally, and not actually DNS specific
+# hex.h # used only internally, and not actually DNS specific
+# sha1.h # used only internally, and not actually DNS specific
+# rrclass-placeholder.h
+# rrtype-placeholder.h

Modified: trunk/src/lib/exceptions/Makefile.am
==============================================================================
--- trunk/src/lib/exceptions/Makefile.am (original)
+++ trunk/src/lib/exceptions/Makefile.am Wed May 26 19:02:55 2010
@@ -15,3 +15,6 @@
 endif
 
 noinst_PROGRAMS = $(TESTS)
+
+libexceptions_includedir = $(includedir)/exceptions
+libexceptions_include_HEADERS = exceptions.h




More information about the bind10-changes mailing list