diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index df55da5ef4..84db576e07 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.146 2004/07/20 07:13:41 marka Exp $ +# $Id: Makefile.in,v 1.147 2004/09/16 05:13:55 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -29,7 +29,8 @@ top_srcdir = @top_srcdir@ @BIND9_MAKE_INCLUDES@ -CINCLUDES = -I. ${DNS_INCLUDES} ${ISC_INCLUDES} +CINCLUDES = -I. -Iinclude -Iinclude/sec/dst/include \ + ${DNS_INCLUDES} ${ISC_INCLUDES} CDEFINES = CWARNINGS = @@ -161,4 +162,5 @@ subdirs: include/dns/enumtype.h include/dns/enumclass.h \ include/dns/rdatastruct.h code.h ${DNSOBJS}: include/dns/enumtype.h include/dns/enumclass.h \ include/dns/rdatastruct.h +${DSTOBJS}: subdirs rdata.${0}: code.h