diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 4a3c4eb..9801c09 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,8 +3,8 @@ # you'll have to play with the network settings to make it run include ../java.mk # in this file you can change your java compiler and VM -IVYPATH=../lib/ivy-java.jar -CLASSPATH=-classpath classes:$(IVYPATH) +IVYPATH=../ivy-1.2.12.jar +CLASSPATH=-classpath classes:$(IVYPATH):$(GNUPATH) SRC = *.java # Warning TestNetSwing.java cant build with jdk1.1 |