2
0
Эх сурвалжийг харах

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

Daniel-Constantin Mierla 5 жил өмнө
parent
commit
2760cbae8e

+ 2 - 5
src/modules/rtjson/Makefile

@@ -1,5 +1,5 @@
-# 
-# 
+#
+#
 # WARNING: do not run this directly, it should be run by the master Makefile
 
 include ../../Makefile.defs
@@ -8,7 +8,4 @@ NAME=rtjson.so
 DEFS +=
 LIBS +=
 
-SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srutils/srutils
-
 include ../../Makefile.modules

+ 1 - 1
src/modules/rtjson/rtjson_routing.c

@@ -30,7 +30,7 @@
 #include "../../core/dset.h"
 #include "../../core/mem/shm_mem.h"
 #include "../../core/data_lump.h"
-#include "../../lib/srutils/srjson.h"
+#include "../../core/utils/srjson.h"
 #include "../../modules/tm/tm_load.h"
 #include "../../modules/uac/api.h"