summaryrefslogtreecommitdiff
path: root/storage/ndb/src/old_files/rep/adapters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/old_files/rep/adapters/Makefile')
-rw-r--r--storage/ndb/src/old_files/rep/adapters/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/storage/ndb/src/old_files/rep/adapters/Makefile b/storage/ndb/src/old_files/rep/adapters/Makefile
new file mode 100644
index 00000000000..bdd711510c3
--- /dev/null
+++ b/storage/ndb/src/old_files/rep/adapters/Makefile
@@ -0,0 +1,11 @@
+include .defs.mk
+
+TYPE := ndbapi repserver kernel
+
+ARCHIVE_TARGET := repadapters
+
+SOURCES = ExtNDB.cpp \
+ AppNDB.cpp \
+ ExtAPI.cpp
+
+include $(NDB_TOP)/Epilogue.mk