Browse Source

kex: set dependency on kmi and kcore libs

- added paths to libs in Makefile
Daniel-Constantin Mierla 16 years ago
parent
commit
fd6b2964d7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      modules_k/kex/Makefile

+ 3 - 0
modules_k/kex/Makefile

@@ -12,4 +12,7 @@ LIBS=
 
 
 DEFS+=-DOPENSER_MOD_INTERFACE
 DEFS+=-DOPENSER_MOD_INTERFACE
 
 
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/kmi/kmi
+SER_LIBS+=$(SERLIBPATH)/kcore/kcore
 include ../../Makefile.modules
 include ../../Makefile.modules