Browse Source

Readd: libdns_la_SOURCES += rrparamregistry.h

This line was removed in r1617. I assume that was just an oversight.
The problem was this header was not included in the tarball.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1649 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
62234d52b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/Makefile.am

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

@@ -70,6 +70,7 @@ libdns_la_SOURCES += messagerenderer.h messagerenderer.cc
 libdns_la_SOURCES += name.h name.cc
 libdns_la_SOURCES += rdata.h rdata.cc
 libdns_la_SOURCES += rrclass.h rrclass.cc
+libdns_la_SOURCES += rrparamregistry.h
 libdns_la_SOURCES += rrset.h rrset.cc
 libdns_la_SOURCES += rrsetlist.h rrsetlist.cc
 libdns_la_SOURCES += rrttl.h rrttl.cc