diff options
Diffstat (limited to 'ndb/src/kernel/blocks/dbdih/Makefile_old')
-rw-r--r-- | ndb/src/kernel/blocks/dbdih/Makefile_old | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ndb/src/kernel/blocks/dbdih/Makefile_old b/ndb/src/kernel/blocks/dbdih/Makefile_old new file mode 100644 index 00000000000..83c1b95b5c4 --- /dev/null +++ b/ndb/src/kernel/blocks/dbdih/Makefile_old @@ -0,0 +1,13 @@ +include .defs.mk + +TYPE := kernel + +ARCHIVE_TARGET := dbdih + +DIRS := printSysfile + +SOURCES = \ + DbdihInit.cpp \ + DbdihMain.cpp + +include $(NDB_TOP)/Epilogue.mk |