mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
New makefile
This commit is contained in:
parent
bac12e6776
commit
529074b604
1 changed files with 12 additions and 0 deletions
12
ndb/src/common/util/testConfigValues/Makefile
Normal file
12
ndb/src/common/util/testConfigValues/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
include .defs.mk
|
||||
|
||||
TYPE := util
|
||||
|
||||
BIN_TARGET := testConfigValues
|
||||
BIN_TARGET_ARCHIVES := portlib general
|
||||
|
||||
SOURCES := testConfigValues.cpp
|
||||
|
||||
CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/util)
|
||||
|
||||
include $(NDB_TOP)/Epilogue.mk
|
Loading…
Reference in a new issue