From 957b3e9d0daf0f1c287bb6178c5e5851fd447780 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 21 Nov 2006 16:42:07 +0000 Subject: [PATCH] Fix automake directory variable (actually remove superfluous definition). You cannot create directory variable that way and expect it to work; if you *actually* need a directory variable, it would have to be fooexecdir rather than foodir otherwise automake thinks it's a data directory. --- bindings/java/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bindings/java/src/Makefile.am b/bindings/java/src/Makefile.am index 3c42b03d11..b92f73ec2f 100644 --- a/bindings/java/src/Makefile.am +++ b/bindings/java/src/Makefile.am @@ -14,9 +14,7 @@ libjvlc_la_LIBADD = ../../../src/libvlc-control.la $(LIBJINCLUDES) if BUILD_JAVA if USE_LIBTOOL - -jvlcdir = $(libdir) -jvlc_LTLIBRARIES = libjvlc.la +lib_LTLIBRARIES = libjvlc.la else COBJECTS = utils.o video-jni.o audio-jni.o input-jni.o playlist-jni.o vlm-jni.o core-jni.o graphics-jni.o -- 2.39.5