summaryrefslogtreecommitdiff
path: root/storage/ndb/src/cw/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/cw/util/Makefile')
-rw-r--r--storage/ndb/src/cw/util/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/storage/ndb/src/cw/util/Makefile b/storage/ndb/src/cw/util/Makefile
new file mode 100644
index 00000000000..f5ab16721be
--- /dev/null
+++ b/storage/ndb/src/cw/util/Makefile
@@ -0,0 +1,10 @@
+include .defs.mk
+TYPE := ndbapi
+
+PIC_ARCHIVE := Y
+ARCHIVE_TARGET := socketclient
+
+# Source files of non-templated classes (.cpp files)
+SOURCES = ClientInterface.cpp SocketService.cpp SocketClient.cpp
+
+include $(NDB_TOP)/Epilogue.mk