blob: 0279a52692376ea3da8963261f4bafd5522313c1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|