diff options
Diffstat (limited to 'ndb/src/common/transporter/priotest/prioTCP/Makefile')
-rw-r--r-- | ndb/src/common/transporter/priotest/prioTCP/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ndb/src/common/transporter/priotest/prioTCP/Makefile b/ndb/src/common/transporter/priotest/prioTCP/Makefile new file mode 100644 index 00000000000..92abf3e7424 --- /dev/null +++ b/ndb/src/common/transporter/priotest/prioTCP/Makefile @@ -0,0 +1,13 @@ +include .defs.mk + +TYPE := ndbapi + +BIN_TARGET := prioTCP +BIN_TARGET_ARCHIVES := priotransportertest transporter portlib general + +CCFLAGS_LOC += -I.. + +SOURCES = prioTCP.cpp + +include $(NDB_TOP)/Epilogue.mk + |