Browse Source

sipjson: updated with relocation of lib/srutils to core/utils

Daniel-Constantin Mierla 5 years ago
parent
commit
781b1cf9e0
2 changed files with 1 additions and 4 deletions
  1. 0 3
      src/modules/sipjson/Makefile
  2. 1 1
      src/modules/sipjson/sipjson_mod.c

+ 0 - 3
src/modules/sipjson/Makefile

@@ -8,7 +8,4 @@ NAME=sipjson.so
 DEFS +=
 LIBS +=
 
-SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srutils/srutils
-
 include ../../Makefile.modules

+ 1 - 1
src/modules/sipjson/sipjson_mod.c

@@ -31,7 +31,7 @@
 #include "../../core/parser/parse_from.h"
 #include "../../core/parser/parse_uri.h"
 
-#include "../../lib/srutils/srjson.h"
+#include "../../core/utils/srjson.h"
 
 
 MODULE_VERSION