瀏覽代碼

Update Makefile

Andrey Rybkin 10 年之前
父節點
當前提交
3b1b8843fc
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      modules/usrloc_dmq/Makefile

+ 0 - 3
modules/usrloc_dmq/Makefile

@@ -5,8 +5,5 @@ NAME=usrloc_dmq.so
 DEFS+=-DKAMAILIO_MOD_INTERFACE
 
 SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/kmi/kmi
-SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
-SER_LIBS+=$(SERLIBPATH)/kcore/kcore
 SER_LIBS+=$(SERLIBPATH)/srutils/srutils
 include ../../Makefile.modules