Merge branch 'master' into ticket3
authoradam <adamansky@gmail.com>
Sat, 10 Nov 2012 12:20:06 +0000 (19:20 +0700)
committeradam <adamansky@gmail.com>
Sat, 10 Nov 2012 12:20:06 +0000 (19:20 +0700)
1  2 
binding.gyp
tcejdb/Makefile.in
tcejdb/configure
tcejdb/configure.in

diff --cc binding.gyp
Simple merge
Simple merge
@@@ -2059,10 -2077,9 +2059,10 @@@ MYLIBREV=1
  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"
 +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 utf8proc.o"
  MYCOMMANDFILES="tcutest tcumttest tcucodec tchtest tchmttest tchmgr"
  MYCOMMANDFILES="$MYCOMMANDFILES tcbtest tcbmttest tcbmgr tcftest tcfmttest tcfmgr"
  MYCOMMANDFILES="$MYCOMMANDFILES tcttest tctmttest tctmgr tcatest tcamttest tcamgr"
@@@ -19,10 -19,9 +19,10 @@@ MYLIBREV=1
  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"
 +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 utf8proc.o"
  MYCOMMANDFILES="tcutest tcumttest tcucodec tchtest tchmttest tchmgr"
  MYCOMMANDFILES="$MYCOMMANDFILES tcbtest tcbmttest tcbmgr tcftest tcfmttest tcfmgr"
  MYCOMMANDFILES="$MYCOMMANDFILES tcttest tctmttest tctmgr tcatest tcamttest tcamgr"