]> git.sesse.net Git - vlc/commitdiff
Fix automake directory variable (actually remove superfluous definition).
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 21 Nov 2006 16:42:07 +0000 (16:42 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 21 Nov 2006 16:42:07 +0000 (16:42 +0000)
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

index 3c42b03d11677433659db324705b527ad302da4d..b92f73ec2f38ca10e3730273fa69dd9aceb35c9e 100644 (file)
@@ -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