浏览代码

xcap_server: Makefile - remove internal libs compilation and linking

- libs are compiled in the core
Daniel-Constantin Mierla 9 月之前
父节点
当前提交
460d25c4dc
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/modules/xcap_server/Makefile

+ 0 - 3
src/modules/xcap_server/Makefile

@@ -26,7 +26,4 @@ else
 	LIBS+=-L$(LOCALBASE)/lib -lxml2
 	LIBS+=-L$(LOCALBASE)/lib -lxml2
 endif
 endif
 
 
-SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
-
 include ../../Makefile.modules
 include ../../Makefile.modules