* CLASSPATH_INSTALL_DIR: Renamed to CLASSPATH_PREFIX.
authortwisti <none@none>
Tue, 17 Jan 2006 18:24:31 +0000 (18:24 +0000)
committertwisti <none@none>
Tue, 17 Jan 2006 18:24:31 +0000 (18:24 +0000)
src/native/include/Makefile.am

index a2b343f78a1eb3675c2048d11d26ee9b5243dec6..8f33b23677116c5d3a38d4788334afac14c18470 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 4003 2005-12-22 15:07:43Z twisti $
+## $Id: Makefile.am 4223 2006-01-17 18:24:31Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -130,7 +130,7 @@ endif
 CACAOH = $(top_builddir)/src/cacaoh/cacaoh
 
 VM_ZIP = $(top_builddir)/src/lib/vm.zip
-GLIBJ_ZIP = $(CLASSPATH_INSTALL_DIR)/share/classpath/$(GLIBJZ)
+GLIBJ_ZIP = $(CLASSPATH_PREFIX)/share/classpath/$(GLIBJZ)
 
 CLASSPATH = $(VM_ZIP):$(GLIBJ_ZIP)