set AUTOCONF_HEADER
authorKen Raeburn <raeburn@mit.edu>
Wed, 13 Dec 2006 03:44:05 +0000 (03:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 13 Dec 2006 03:44:05 +0000 (03:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18947 dc483132-0cff-0310-8789-dd5450dbe970

src/plugins/kdb/db2/libdb2/btree/Makefile.in
src/plugins/kdb/db2/libdb2/clib/Makefile.in
src/plugins/kdb/db2/libdb2/db/Makefile.in
src/plugins/kdb/db2/libdb2/hash/Makefile.in
src/plugins/kdb/db2/libdb2/mpool/Makefile.in
src/plugins/kdb/db2/libdb2/recno/Makefile.in
src/plugins/kdb/db2/libdb2/test/Makefile.in

index eb166d37b3b0277d100a42eafb1549366ae67013..84a0dbddf422ce173462143f13989385e135b17e 100644 (file)
@@ -9,6 +9,8 @@ STLIBOBJS=      bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o \
 LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
                -I$(srcdir)/../db
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all-unix:: all-libobjs
 clean-unix:: clean-libobjs
 @libobj_frag@
index 8ea1ec8d633ade6712cb682313b71f5c331aa30f..1053b494540aa80703b8794cdf41e16655d10764 100644 (file)
@@ -6,6 +6,8 @@ STLIBOBJS=@MEMMOVE_OBJ@ @MKSTEMP_OBJ@ @STRERROR_OBJ@
 
 LOCALINCLUDES=-I../include
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all-unix:: all-libobjs
 clean-unix:: clean-libobjs
 @libobj_frag@
index e40c69186fd404ff46b63c0c3b9620cef3fcde4d..0f97890f7b2ff49f4db9afb338b0757b62386064 100644 (file)
@@ -6,6 +6,8 @@ STLIBOBJS=db.o
 
 LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all-unix:: all-libobjs
 clean-unix:: clean-libobjs
 @libobj_frag@
index 232376012bc1ff5cf56823a5951f933620bed401..54c2e006f0e44dd9dc0046555fa22c49c0897511 100644 (file)
@@ -8,6 +8,8 @@ STLIBOBJS=      hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
 LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
                -I$(srcdir)/../db
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all-unix:: all-libobjs
 clean-unix:: clean-libobjs
 @libobj_frag@
index d06b69a9c21cb5fe2ffb74ea35b1ed5f57020f40..affb1fcf7da29bc3e0f597710ddb68dd5ca178c7 100644 (file)
@@ -6,6 +6,8 @@ STLIBOBJS=mpool.o
 
 LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../db
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all-unix:: all-libobjs
 clean-unix:: clean-libobjs
 @libobj_frag@
index ba0697cb80c4049a83f0fa4a00f62153c9a74954..a5c7de58f790a39c69ba3c6a8908e7d530f6d69e 100644 (file)
@@ -8,6 +8,8 @@ STLIBOBJS=      rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o \
 LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
                -I$(srcdir)/../db
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all-unix:: all-libobjs
 clean-unix:: clean-libobjs
 @libobj_frag@
index cd7538dcde0c5c77e3189bf86c32cf1d2cfdd325..baf9df19fac23f4c8ff1370c50ee881a827f5678 100644 (file)
@@ -17,6 +17,8 @@ KRB5_RUN_ENV= @KRB5_RUN_ENV@
 DB_LIB         = -ldb
 DB_DEPLIB      = ../libdb$(DEPLIBEXT)
 
+AUTOCONF_HEADER=$(srcdir)/../include/config.h.in
+
 all::
 
 dbtest: dbtest.o $(DB_DEPLIB)