<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- apps/nodes/BarChart/GNUmakefile.orig	Tue Apr 12 07:44:07 2005
+++ apps/nodes/BarChart/GNUmakefile	Tue Apr 12 07:47:50 2005
@@ -5,6 +5,10 @@
 
 CXXFILES = BarChart.c++
 
+CXXDSOOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt
+
+LLDOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt
+
 LLDLIBS = -lInventor -lInventorXt
 
 all install: all_ivbin
</pre></body></html>