瀏覽代碼

ss7ops: removed internal libs that are not needed from makefile

Daniel-Constantin Mierla 8 年之前
父節點
當前提交
bf138f855b
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      modules/ss7ops/Makefile

+ 1 - 3
modules/ss7ops/Makefile

@@ -12,8 +12,6 @@ LIBS=
 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