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
This commit is contained in:
Ray Greenwell
2003-02-18 23:06:54 +00:00
parent 7b97f872c8
commit 7bde1b3b4b
@@ -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}