From: JINMEI Tatuya Date: Tue, 6 Mar 2012 22:40:30 +0000 (-0800) Subject: [1603] updated Makefile for newly added name_internal.h X-Git-Tag: trac2351_base~226^2~116^2~121^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba84010ff254a3159eaac71db89a6c128d163736;p=thirdparty%2Fkea.git [1603] updated Makefile for newly added name_internal.h --- diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am index 10c44687a3..aa6c356c70 100644 --- a/src/lib/dns/Makefile.am +++ b/src/lib/dns/Makefile.am @@ -98,6 +98,7 @@ libdns___la_SOURCES += messagerenderer.h messagerenderer.cc # keep the following two during development for performance comparison libdns___la_SOURCES += oldmessagerenderer.h oldmessagerenderer.cc libdns___la_SOURCES += name.h name.cc +libdns___la_SOURCES += name_internal.h libdns___la_SOURCES += nsec3hash.h nsec3hash.cc libdns___la_SOURCES += opcode.h opcode.cc libdns___la_SOURCES += rcode.h rcode.cc @@ -156,7 +157,7 @@ libdns___include_HEADERS = \ rrttl.h \ tsigkey.h # Purposely not installing these headers: -# util/*.h: used only internally, and not actually DNS specific +# name_internal.h: used only internally, and not actually DNS specific # rdata/*/detail/*.h: these are internal use only # rrclass-placeholder.h # rrtype-placeholder.h