@@ -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
@@ -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"
@@ -25,7 +25,7 @@
#include "../pua/pua_bind.h"
/* Bindings to usrloc */
#include "../usrloc/usrloc.h"
#include "subscribe.h"