mirror of
https://github.com/MariaDB/server.git
synced 2025-07-08 17:02:21 +03:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
ARCHIVE_TARGET := lmc_AsyncUser
|
|
|
|
SOURCES := userInterface.C ndb_async2.C
|
|
|
|
CCFLAGS_LOC = -I../include -I../../include
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|