update .h file installation lists

This commit is contained in:
Bob Halley
1999-02-18 01:26:24 +00:00
parent 5c821b7bda
commit 86cbdf5783
2 changed files with 10 additions and 4 deletions

View File

@@ -5,7 +5,10 @@ top_srcdir = @top_srcdir@
@BIND9_VERSION@
HEADERS = name.h rdata.h rdataclass.h rdatatype.h result.h types.h
HEADERS = callbacks.h cert.h compress.h db.h master.h name.h rbt.h \
rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h \
rdataslab.h rdatatype.h result.h secalg.h types.h
GENHEADERS = enumclass.h enumtype.h
SUBDIRS =
TARGETS =
@@ -22,5 +25,8 @@ installdirs:
install:: installdirs
for i in ${HEADERS}; do \
${INSTALL_DATA} $(srcdir)/$$i ${includedir}/dns ; \
${INSTALL_DATA} ${srcdir}/$$i ${includedir}/dns ; \
done
for i in ${GENHEADERS}; do \
${INSTALL_DATA} $$i ${includedir}/dns ; \
done

View File

@@ -6,8 +6,8 @@ top_srcdir = @top_srcdir@
@BIND9_VERSION@
HEADERS = assertions.h boolean.h buffer.h error.h event.h heap.h \
list.h mem.h rbtgen.h region.h result.h rwlock.h socket.h \
task.h timer.h
inet.h int.h lex.h list.h mem.h rbtgen.h region.h result.h \
rwlock.h socket.h str.h task.h timer.h types.h
SUBDIRS =
TARGETS =