aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-02-04 22:16:41 +0000
committerDRC <dcommander@users.sourceforge.net>2011-02-04 22:16:41 +0000
commit063ab496030c0fd07d512e6a575d68f17de14fb6 (patch)
treee8e86eab7dbb755d9d75204a7cc39563bf65fdc2 /Makefile.am
parent9af1aedcdb4c145dd26350161714d35f30d9dc57 (diff)
downloadlibjpeg-turbo-063ab496030c0fd07d512e6a575d68f17de14fb6.tar.gz
Detect jni.h; Provide mechanism for adding include paths necessary to find it; Set intelligent defaults for Linux/Mac/Solaris
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@341 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aedec6d5..ef4983df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,7 @@ libturbojpeg_la_SOURCES = $(libjpeg_la_SOURCES) turbojpegl.c turbojpeg.h
if WITH_JNI
libturbojpeg_la_SOURCES += turbojpeg-jni.c
+libturbojpeg_la_CFLAGS = ${JAVA_CFLAGS}
TJMAPFILE = turbojpeg-mapfile.jni
else