diff options
Diffstat (limited to 'ndb/src/common/Makefile')
-rw-r--r-- | ndb/src/common/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ndb/src/common/Makefile b/ndb/src/common/Makefile new file mode 100644 index 00000000000..ebde75bf3ec --- /dev/null +++ b/ndb/src/common/Makefile @@ -0,0 +1,15 @@ +include .defs.mk + +LIB_DIRS := \ + portlib \ + debugger \ + util \ + logger + +ifneq ($(USE_EDITLINE), N) +LIB_DIRS += editline +endif + +DIRS := transporter mgmcommon + +include $(NDB_TOP)/Epilogue.mk |