Browse Source

ss7ops: removed internal libs that are not needed from makefile

Daniel-Constantin Mierla 8 years ago
parent
commit
bf138f855b
1 changed files with 1 additions and 3 deletions
  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