mariadb/ndb/test/ndbapi/testTransactions/Makefile
unknown 6386c55cee Initial revision of NDB Cluster files
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-04-14 10:53:21 +02:00

10 lines
209 B
Makefile

include .defs.mk
TYPE := ndbapitest
BIN_TARGET := testTransactions
SOURCES := testTransactions.cpp
CFLAGS_testTransactions.cpp := -I$(call fixpath,$(NDB_TOP)/include/kernel)
include $(NDB_TOP)/Epilogue.mk