[SR-Dev] git:janakj/flatstore: Link with libkmi, sources from kamailio use the management interface.

Jan Janak jan at iptel.org
Wed Feb 18 23:59:06 CET 2009


Module: sip-router
Branch: janakj/flatstore
Commit: 45fe67d7cf94fd205511373bb9090a422a21af12
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45fe67d7cf94fd205511373bb9090a422a21af12

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at iptel.org>
Date:   Wed Feb 18 23:38:13 2009 +0100

Link with libkmi, sources from kamailio use the management interface.

---

 modules/db_flatstore/Makefile     |    2 +-
 modules/db_flatstore/km_flat_mi.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/db_flatstore/Makefile b/modules/db_flatstore/Makefile
index 6b008b2..5b063bc 100644
--- a/modules/db_flatstore/Makefile
+++ b/modules/db_flatstore/Makefile
@@ -10,6 +10,6 @@ LIBS=
 DEFS += -DSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
-SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1
+SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/kmi/kmi
 
 include ../../Makefile.modules
diff --git a/modules/db_flatstore/km_flat_mi.h b/modules/db_flatstore/km_flat_mi.h
index 5309fad..6dbfc33 100644
--- a/modules/db_flatstore/km_flat_mi.h
+++ b/modules/db_flatstore/km_flat_mi.h
@@ -25,7 +25,7 @@
 #ifndef _KM_FLAT_MI_H_
 #define _KM_FLAT_MI_H_
 
-#include "../../mi/mi.h"
+#include "../../lib/kmi/mi.h"
 
 #define MI_FLAT_ROTATE "flat_rotate"
 




More information about the sr-dev mailing list