Explorar o código

ss7ops: removed internal libs that are not needed from makefile

Daniel-Constantin Mierla %!s(int64=8) %!d(string=hai) anos
pai
achega
bf138f855b
Modificáronse 1 ficheiros con 1 adicións e 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