--- apps/demos/revo/GNUmakefile.orig	2013-10-10 15:00:56.000000000 +0200
+++ apps/demos/revo/GNUmakefile	2013-10-10 15:01:29.000000000 +0200
@@ -8,9 +8,9 @@
 
 CXXFILES = revo.c++ RevClass.c++ profile.c++
 
-LLDOPTS += -L../../samples/common
+LLDOPTS += 
 
-LLDLIBS = -lcommon -lInventor -lInventorXt
+LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt
 
 all: all_ivbin
 
