---
modules/carrierroute/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/carrierroute/Makefile b/modules/carrierroute/Makefile
index 3a42485..44106b3 100644
--- a/modules/carrierroute/Makefile
+++ b/modules/carrierroute/Makefile
@@ -26,4 +26,7 @@ LIBS=$(CONFUSELIBS)
DEFS+=-DOPENSER_MOD_INTERFACE
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/trie/trie $(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/kmi/kmi
+
include ../../Makefile.modules
--
1.5.6.5