mariadb/ndb/tools/Makefile_old
tomas@poseidon.(none) 8327a68438 neww ndb automake
2004-05-26 15:36:55 +00:00

12 lines
228 B
Text

include .defs.mk
BIN_DIRS = select_all select_count desc list_tables \
drop_tab delete_all copy_tab \
create_index drop_index verify_index cpcc
ifneq ($(NDB_ODBC),N)
BIN_DIRS += ndbsql
endif
include $(NDB_TOP)/Epilogue.mk