11 lines
345 B
Text
11 lines
345 B
Text
--- work/OpenSceneGraph-0.8/src/osgPlugins/tiff/Makefile Wed Dec 20 17:35:46 2000
|
|
+++ src/osgPlugins/tiff/Makefile Mon Apr 23 19:21:20 2001
|
|
@@ -10,7 +10,7 @@
|
|
|
|
LIBS = -ltiff
|
|
C++FLAGS += -I. -I../../../include
|
|
-LDFLAGS += -L../../../lib
|
|
+LDFLAGS += -L../../../lib -L$(LOCALBASE)/lib -rpath $(LOCALBASE)/lib
|
|
|
|
include ../../../Make/makerules
|
|
|