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

Fix abusive redefinition of implicit make rules

parent 957b3e9d
......@@ -20,9 +20,7 @@ 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
JAVACXXFLAGS = -I. -Isrc -I../../ -I ../../include -I../../../include $(JINCLUDES) `top_builddir=../../.. ../../../vlc-config --cflags pic` -c
.cc.o:
$(CXX) $? $(CXXFLAGS) $(JAVACXXFLAGS) -o $@
AM_CXXFLAGS = $(JAVACXXFLAGS)
all-am: $(COBJECTS)
......
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