diff options
Diffstat (limited to 'ndb/test/Makefile')
-rw-r--r-- | ndb/test/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ndb/test/Makefile b/ndb/test/Makefile new file mode 100644 index 00000000000..19472917560 --- /dev/null +++ b/ndb/test/Makefile @@ -0,0 +1,19 @@ +include .defs.mk + +DIRS := src tools ndbapi run-test + +EXTRA_DIRS = newtonapi + +ifeq ($(NDB_ARCH), x86_64) +EXTRA_DIRS = +endif + +DIRS += $(EXTRA_DIRS) + +ifneq ($(NDB_ODBC),N) +DIRS += odbc +endif + +include $(NDB_TOP)/Epilogue.mk + +_bins_ndbapi : _libs_src |