From: JINMEI Tatuya Date: Fri, 28 Sep 2012 23:39:38 +0000 (-0700) Subject: [1870] make sure install some more headers under dns/ and util/ X-Git-Tag: trac2402_base~15^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecb43490182626c4e62cded9d02ac9a94feb4cfa;p=thirdparty%2Fkea.git [1870] make sure install some more headers under dns/ and util/ there may be more, but at least this makes (b10-)host compile as a 3rd party app. --- diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am index 38809e0921..9b03e691fa 100644 --- a/src/lib/dns/Makefile.am +++ b/src/lib/dns/Makefile.am @@ -149,6 +149,7 @@ libdns___include_HEADERS = \ messagerenderer.h \ name.h \ question.h \ + opcode.h \ rcode.h \ rdata.h \ rrparamregistry.h \ diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index fe1b3274a0..13f8f7b595 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -33,3 +33,6 @@ EXTRA_DIST = python/pycppwrapper_util.h libb10_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la CLEANFILES = *.gcno *.gcda + +libb10_util_includedir = $(includedir)/$(PACKAGE_NAME)/util +libb10_util_include_HEADERS = buffer.h