stx_libview2.st
changeset 3081 c31be64e085f
parent 3076 148eb4b4fc01
child 3082 a395ac282376
--- a/stx_libview2.st	Fri Jan 25 13:26:23 2013 +0100
+++ b/stx_libview2.st	Fri Jan 25 13:26:25 2013 +0100
@@ -126,8 +126,8 @@
 additionalRules_make_dot_proto
     ^ '
 
-libjpeg: $(JPEGLIB_DIR)/Makefile
-        cd $(JPEGLIB_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
+libjpeg: $(LIBJPEG_DIR)/Makefile
+        cd $(LIBJPEG_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
 
 #
 # prelink JPEGReader.o with libjpeg
@@ -350,10 +350,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.59 2013-01-25 12:25:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.60 2013-01-25 12:26:25 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.59 2013-01-25 12:25:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.60 2013-01-25 12:26:25 stefan Exp $'
 ! !