blob: 39fa9a2400dfb3fba1cd22983ebf42b89ed060a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- work/OpenSceneGraph-0.8/src/osgPlugins/gif/Makefile Wed Dec 20 17:11:05 2000
+++ src/osgPlugins/gif/Makefile Mon Apr 23 19:21:47 2001
@@ -11,7 +11,7 @@
LIBS = -lungif
C++FLAGS += -I. -I../../../include
-LDFLAGS += -L../../../lib
+LDFLAGS += -L../../../lib -L/usr/local/lib -rpath /usr/local/lib
include ../../../Make/makerules
|