From 23a49b455421d21c4ca0a92149bcfdeb4e7a6846 Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Tue, 20 Mar 2012 12:56:20 +0100
Subject: [PATCH] Add missing library in exported lflags.

---
 manifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest.xml b/manifest.xml
index 93b4004..96244e7 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -12,7 +12,7 @@
   <export>
     <cpp
        cflags="-I${prefix}/include"
-       lflags="-L${prefix}/lib -lros_bridge -Wl,-rpath,${prefix}/lib"
+       lflags="-L${prefix}/lib -lros_bridge -lros_interpreter -Wl,-rpath,${prefix}/lib"
        />
   </export>
 
-- 
GitLab