diff options
Diffstat (limited to 'ndb/src/cw/test/socketclient/Makefile')
-rw-r--r-- | ndb/src/cw/test/socketclient/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ndb/src/cw/test/socketclient/Makefile b/ndb/src/cw/test/socketclient/Makefile new file mode 100644 index 00000000000..04f11f031e5 --- /dev/null +++ b/ndb/src/cw/test/socketclient/Makefile @@ -0,0 +1,24 @@ +include .defs.mk + +TYPE := + +BIN_TARGET := socketclient + + + +CCFLAGS_LOC += -I../../util/ -I../../cpcd/ + +LIBS_LOC += -L$(NDB_TOP)/lib/ -L$(EXTERNAL_LIB_DIR)/sci + +LIBS_SPEC += -lsocketclient + + +SOURCES = socketClientTest.cpp + + +include $(NDB_TOP)/Epilogue.mk + + + + + |