Older versions of automake don't support multiple _JAVA primaries, but we don't actually have to specify a "dist" primary, since the Java sources are already included under EXTRA_DIST.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@948 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2013-04-24 03:36:30 +00:00
parent 94f7ac929a
commit 4b357abb6d

View File

@@ -24,8 +24,7 @@ JNIHEADERS = org_libjpegturbo_turbojpeg_TJ.h \
if WITH_JAVA
dist_noinst_JAVA = ${JAVASOURCES}
nodist_noinst_JAVA = org/libjpegturbo/turbojpeg/TJLoader.java
nodist_noinst_JAVA = ${JAVASOURCES} org/libjpegturbo/turbojpeg/TJLoader.java
JAVA_CLASSES = org/libjpegturbo/turbojpeg/TJ.class \
org/libjpegturbo/turbojpeg/TJCompressor.class \