Просмотр исходного кода

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

Daniel-Constantin Mierla 5 лет назад
Родитель
Сommit
525467f9f1
3 измененных файлов с 2 добавлено и 3 удалено
  1. 0 1
      src/modules/topos/Makefile
  2. 1 1
      src/modules/topos/topos_mod.c
  3. 1 1
      src/modules/topos/tps_storage.c

+ 0 - 1
src/modules/topos/Makefile

@@ -10,6 +10,5 @@ LIBS=
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
-SER_LIBS+=$(SERLIBPATH)/srutils/srutils
 
 include ../../Makefile.modules

+ 1 - 1
src/modules/topos/topos_mod.c

@@ -56,7 +56,7 @@
 #include "../../core/kemi.h"
 
 #include "../../lib/srdb1/db.h"
-#include "../../lib/srutils/sruid.h"
+#include "../../core/utils/sruid.h"
 
 #include "../../modules/sanity/api.h"
 

+ 1 - 1
src/modules/topos/tps_storage.c

@@ -43,7 +43,7 @@
 #include "../../core/parser/parse_to.h"
 
 #include "../../lib/srdb1/db.h"
-#include "../../lib/srutils/sruid.h"
+#include "../../core/utils/sruid.h"
 
 #include "tps_storage.h"
 #include "api.h"