mirror of https://gitee.com/bigwinds/arangodb
forgot to adjust makefile
This commit is contained in:
parent
897a086649
commit
f440f4d54c
|
@ -90,12 +90,9 @@ bin_arangod_SOURCES = \
|
||||||
arangod/VocBase/voc-shaper.c \
|
arangod/VocBase/voc-shaper.c \
|
||||||
arangod/VocBase/vocbase.c
|
arangod/VocBase/vocbase.c
|
||||||
|
|
||||||
if ENABLE_TRX
|
|
||||||
|
|
||||||
bin_arangod_SOURCES += \
|
bin_arangod_SOURCES += \
|
||||||
arangod/VocBase/versioned-index.c \
|
arangod/VocBase/versioned-index.c \
|
||||||
arangod/VocBase/transaction.c
|
arangod/VocBase/transaction.c
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
if ENABLE_MRUBY
|
if ENABLE_MRUBY
|
||||||
|
|
Loading…
Reference in New Issue