mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
6386c55cee
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
10 lines
209 B
Makefile
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
|