diff options
Diffstat (limited to 'ndb/Epilogue.mk_old')
-rw-r--r-- | ndb/Epilogue.mk_old | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/Epilogue.mk_old b/ndb/Epilogue.mk_old index bcdc54a87f1..36d9ebd6751 100644 --- a/ndb/Epilogue.mk_old +++ b/ndb/Epilogue.mk_old @@ -90,6 +90,7 @@ CCFLAGS_LOC += \ -I$(call fixpath,$(NDB_TOP)/include/transporter) \ -I$(call fixpath,$(NDB_TOP)/include/debugger) \ -I$(call fixpath,$(NDB_TOP)/include/mgmcommon) \ + -I$(call fixpath,$(NDB_TOP)/include/mgmapi) \ -I$(call fixpath,$(NDB_TOP)/include/ndbapi) \ -I$(call fixpath,$(NDB_TOP)/include/util) \ -I$(call fixpath,$(NDB_TOP)/include/portlib) \ @@ -105,6 +106,7 @@ CCFLAGS_LOC += \ -I$(call fixpath,$(NDB_TOP)/include/transporter) \ -I$(call fixpath,$(NDB_TOP)/include/debugger) \ -I$(call fixpath,$(NDB_TOP)/include/mgmcommon) \ + -I$(call fixpath,$(NDB_TOP)/include/mgmapi) \ -I$(call fixpath,$(NDB_TOP)/include/ndbapi) \ -I$(call fixpath,$(NDB_TOP)/include/util) \ -I$(call fixpath,$(NDB_TOP)/include/portlib) \ |