lib/mongodb: removed, link to it instead.
mongo is being mongo, alot of developement with the design and buildsystem is required. however, that should not take place here.
This commit is contained in:
parent
220d924336
commit
ef3355f600
12 changed files with 4 additions and 2694 deletions
6
Makefile
6
Makefile
|
|
@ -31,11 +31,7 @@ obj += lib/ini/iniparser.o
|
|||
obj += lib/ini/dictionary.o
|
||||
|
||||
ifeq ($(database), mongo)
|
||||
CFLAGS += -DMONGO_HAVE_STDINT
|
||||
obj += lib/mongodb/md5.o
|
||||
obj += lib/mongodb/bson.o
|
||||
obj += lib/mongodb/numbers.o
|
||||
obj += lib/mongodb/mongo.o
|
||||
LDFLAGS += -lmongoc -lbson
|
||||
obj += src/database/mongo.o
|
||||
else
|
||||
CFLAGS += $(shell mysql_config --cflags)
|
||||
|
|
|
|||
Reference in a new issue