altosui: Use local .class files in the classpath
authorKeith Packard <keithp@keithp.com>
Sun, 5 Sep 2010 08:23:53 +0000 (01:23 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 5 Sep 2010 08:23:53 +0000 (01:23 -0700)
This ensures that compiling only a few changed files will
locate the old .class files instead of using a stale .jar file.

ao-tools/altosui/Makefile.am

index bc8dbc0dd0c5de4773f488ef5650286ca49b76b9..984828238ab956fdf3662af71e239ca5c3da3229 100644 (file)
@@ -1,7 +1,7 @@
 JAVAROOT=classes
 AM_JAVACFLAGS=-encoding UTF-8
 
 JAVAROOT=classes
 AM_JAVACFLAGS=-encoding UTF-8
 
-CLASSPATH_ENV=CLASSPATH="classes/altosui/*:../libaltos/libaltosJNI/*:$(FREETTS)/*:/usr/share/java/*"
+CLASSPATH_ENV=CLASSPATH=".:classes:../libaltos:$(FREETTS)/*:/usr/share/java/*"
 
 altosui_JAVA = \
        AltosChannelMenu.java \
 
 altosui_JAVA = \
        AltosChannelMenu.java \