Explorar el Código

ss7ops: removed internal libs that are not needed from makefile

Daniel-Constantin Mierla hace 8 años
padre
commit
bf138f855b
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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