Commit 957b3e9d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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.
parent b0774bb9
...@@ -14,9 +14,7 @@ libjvlc_la_LIBADD = ../../../src/libvlc-control.la $(LIBJINCLUDES) ...@@ -14,9 +14,7 @@ libjvlc_la_LIBADD = ../../../src/libvlc-control.la $(LIBJINCLUDES)
if BUILD_JAVA if BUILD_JAVA
if USE_LIBTOOL if USE_LIBTOOL
lib_LTLIBRARIES = libjvlc.la
jvlcdir = $(libdir)
jvlc_LTLIBRARIES = libjvlc.la
else 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 COBJECTS = utils.o video-jni.o audio-jni.o input-jni.o playlist-jni.o vlm-jni.o core-jni.o graphics-jni.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment