From 7bde1b3b4b40e46d0cbd3ea20831533d8ad820c3 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 18 Feb 2003 23:06:54 +0000 Subject: [PATCH] Use JAVA_HOME rather than hardcoding the path. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2286 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/util/keybd/i686-Linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/util/keybd/i686-Linux/Makefile b/src/java/com/threerings/util/keybd/i686-Linux/Makefile index 0bd24ae62..9db89014e 100644 --- a/src/java/com/threerings/util/keybd/i686-Linux/Makefile +++ b/src/java/com/threerings/util/keybd/i686-Linux/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 2003/01/12 02:06:10 shaper Exp $ +# $Id: Makefile,v 1.4 2003/02/18 23:06:54 ray Exp $ # # Executable definitions @@ -19,7 +19,7 @@ INSTALL_PATH=${ROOT}/dist/lib/i686-Linux # # Parameter and file definitions -INCLUDES=-I.. -I/usr/local/jdk1.4/include -I/usr/local/jdk1.4/include/linux +INCLUDES=-I.. -I${JAVA_HOME}/include -I${JAVA_HOME}/include/linux LIBRARIES=-lX11 TARGET=libkeybd.so INSTALL_TARGET=${INSTALL_PATH}/${TARGET}