update .h file installation lists
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user