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:
@@ -24,8 +24,7 @@ JNIHEADERS = org_libjpegturbo_turbojpeg_TJ.h \
|
|||||||
|
|
||||||
if WITH_JAVA
|
if WITH_JAVA
|
||||||
|
|
||||||
dist_noinst_JAVA = ${JAVASOURCES}
|
nodist_noinst_JAVA = ${JAVASOURCES} org/libjpegturbo/turbojpeg/TJLoader.java
|
||||||
nodist_noinst_JAVA = org/libjpegturbo/turbojpeg/TJLoader.java
|
|
||||||
|
|
||||||
JAVA_CLASSES = org/libjpegturbo/turbojpeg/TJ.class \
|
JAVA_CLASSES = org/libjpegturbo/turbojpeg/TJ.class \
|
||||||
org/libjpegturbo/turbojpeg/TJCompressor.class \
|
org/libjpegturbo/turbojpeg/TJCompressor.class \
|
||||||
|
|||||||
Reference in New Issue
Block a user