mdbx: adds Makefile deps from mdbx.c

Fix commit 9407621eba08ff339b21de75b8d229788370e7d8

Change-Id: I16dd4e2d6b3343f0827d7af13a93193ffc22c426
This commit is contained in:
Leo Yuriev 2016-08-23 15:00:58 +03:00
parent 4b373b233d
commit fed33a943e

View File

@ -44,7 +44,7 @@ TESTS := mtest0 mtest1 mtest2 mtest3 mtest4 mtest5 mtest6 wbench \
yota_test1 yota_test2 yota_test1 yota_test2
SRC_LMDB := mdb.c midl.c lmdb.h midl.h reopen.h barriers.h SRC_LMDB := mdb.c midl.c lmdb.h midl.h reopen.h barriers.h
SRC_MDBX := $(SRC_LMDB) mdbx.h SRC_MDBX := $(SRC_LMDB) mdbx.c mdbx.h
.PHONY: mdbx lmdb all install clean check tests coverage .PHONY: mdbx lmdb all install clean check tests coverage