From 67ed0e3d7b00a5219fe5b45a73cb3779898299d2 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 10 Nov 2012 12:22:15 +0700 Subject: [PATCH] #5 --- tcejdb/configure | 2 +- tcejdb/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tcejdb/configure b/tcejdb/configure index 74b3f32..7f3b3dd 100755 --- a/tcejdb/configure +++ b/tcejdb/configure @@ -2077,7 +2077,7 @@ MYLIBREV=11 MYFORMATVER="1.0" # Targets -MYHEADERFILES="tcutil.h tchdb.h tcbdb.h tcfdb.h tctdb.h tcadb.h ejdb.h ejdefs.h bson.h" +MYHEADERFILES="tcutil.h tchdb.h tcbdb.h tcfdb.h tctdb.h tcadb.h ejdb.h bson.h" MYLIBRARYFILES="libtcejdb.a" MYLIBOBJFILES="tcutil.o tchdb.o tcbdb.o tcfdb.o tctdb.o tcadb.o myconf.o md5.o ejdb.o bson.o timsort.o numbers.o encoding.o" MYCOMMANDFILES="tcutest tcumttest tcucodec tchtest tchmttest tchmgr" diff --git a/tcejdb/configure.in b/tcejdb/configure.in index a3b2679..8120858 100644 --- a/tcejdb/configure.in +++ b/tcejdb/configure.in @@ -19,7 +19,7 @@ MYLIBREV=11 MYFORMATVER="1.0" # Targets -MYHEADERFILES="tcutil.h tchdb.h tcbdb.h tcfdb.h tctdb.h tcadb.h ejdb.h ejdefs.h bson.h" +MYHEADERFILES="tcutil.h tchdb.h tcbdb.h tcfdb.h tctdb.h tcadb.h ejdb.h bson.h" MYLIBRARYFILES="libtcejdb.a" MYLIBOBJFILES="tcutil.o tchdb.o tcbdb.o tcfdb.o tctdb.o tcadb.o myconf.o md5.o ejdb.o bson.o timsort.o numbers.o encoding.o" MYCOMMANDFILES="tcutest tcumttest tcucodec tchtest tchmttest tchmgr" -- 2.7.4