Author: nextgens Date: 2008-02-27 15:38:13 +0000 (Wed, 27 Feb 2008) New Revision: 18176
Modified: trunk/contrib/NativeThread/Makefile Log: contrib: improve the makefile of NativeThread... You still have to put freenet-stable-latest.jar into your CLASSPATH Modified: trunk/contrib/NativeThread/Makefile =================================================================== --- trunk/contrib/NativeThread/Makefile 2008-02-27 14:59:03 UTC (rev 18175) +++ trunk/contrib/NativeThread/Makefile 2008-02-27 15:38:13 UTC (rev 18176) @@ -1,8 +1,8 @@ CC = gcc -INC = /path/to/java/include +INC = $(JAVA_HOME)/include CFLAGS = -Wall -O3 -fPIC LDFLAGS = -shared -Wl,-soname,libnative.so -I$(INC) -I$(INC)/linux -LIBS= -lc +LIBS = -lc all: clean libNativeThread.so
