Browse Source

lib/kcore: link it against lib/srutils

- reported by Carsten Bock
Daniel-Constantin Mierla 11 years ago
parent
commit
27f2ae83d9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/kcore/Makefile

+ 3 - 0
lib/kcore/Makefile

@@ -6,4 +6,7 @@ MINOR_VER=0
 BUGFIX_VER=0
 LIBS=
 
+SERLIBPATH=..
+SER_LIBS=$(SERLIBPATH)/srutils/srutils
+
 include ../../Makefile.libs