<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- apps/nodes/Decal/GNUmakefile.orig	Tue Apr 12 07:44:29 2005
+++ apps/nodes/Decal/GNUmakefile	Tue Apr 12 07:48:17 2005
@@ -5,6 +5,10 @@
 
 CXXFILES = Decal.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>