Răsfoiți Sursa

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

Daniel-Constantin Mierla 5 ani în urmă
părinte
comite
cb58783a55

+ 1 - 4
src/modules/pua_reginfo/Makefile

@@ -1,6 +1,6 @@
 # PUA_REGINFO
 #
-# 
+#
 # WARNING: do not run this directly, it should be run by the master Makefile
 
 include ../../Makefile.defs
@@ -20,7 +20,4 @@ else
 	LIBS+=-L$(LOCALBASE)/lib -lxml2
 endif
 
-SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srutils/srutils
-
 include ../../Makefile.modules

+ 1 - 1
src/modules/pua_reginfo/notify.c

@@ -26,7 +26,7 @@
 #include "../../core/parser/parse_content.h"
 #include "../../core/parser/parse_uri.h"
 #include "../../modules/usrloc/usrloc.h"
-#include "../../lib/srutils/sruid.h"
+#include "../../core/utils/sruid.h"
 #include <libxml/parser.h>
 #include "usrloc_cb.h"
 #include "pua_reginfo.h"

+ 1 - 1
src/modules/pua_reginfo/pua_reginfo.c

@@ -25,7 +25,7 @@
 #include "../pua/pua_bind.h"
 /* Bindings to usrloc */
 #include "../usrloc/usrloc.h"
-#include "../../lib/srutils/sruid.h"
+#include "../../core/utils/sruid.h"
 
 #include "pua_reginfo.h"
 #include "subscribe.h"