Browse Source

drouting(k): Makefile updated to link libs

- fixed missing core libs in Makefile
- reported by Denis Pulyato
Daniel-Constantin Mierla 15 years ago
parent
commit
f572564e86
1 changed files with 5 additions and 0 deletions
  1. 5 0
      modules_k/drouting/Makefile

+ 5 - 0
modules_k/drouting/Makefile

@@ -8,4 +8,9 @@ NAME=drouting.so
 LIBS= 
 DEFS+=-DOPENSER_MOD_INTERFACE
 
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
+SER_LIBS+=$(SERLIBPATH)/kcore/kcore
+SER_LIBS+=$(SERLIBPATH)/kmi/kmi
+
 include ../../Makefile.modules