]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1870] make sure install some more headers under dns/ and util/
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Sep 2012 23:39:38 +0000 (16:39 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 11 Oct 2012 17:04:30 +0000 (10:04 -0700)
there may be more, but at least this makes (b10-)host compile as a 3rd party
app.

src/lib/dns/Makefile.am
src/lib/util/Makefile.am

index 38809e0921630664afb141f909e377a116cb3e32..9b03e691fa2ad194db78faba09b3b0fac60c6697 100644 (file)
@@ -149,6 +149,7 @@ libdns___include_HEADERS = \
        messagerenderer.h \
        name.h \
        question.h \
+       opcode.h \
        rcode.h \
        rdata.h \
        rrparamregistry.h \
index fe1b3274a004bb3c42c28c226990d9f5d963f2c5..13f8f7b595bccc0327f605a9d0929b535549d656 100644 (file)
@@ -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