Commit 09ee4533 authored by Filippo Carone's avatar Filippo Carone

this should fix compilation errors on included headers

parent 169870dc
......@@ -13,7 +13,7 @@ EXTRA_DIST= \
if BUILD_JAVA
JAVACXXFLAGS = `top_builddir=../../.. ../../../vlc-config --cflags pic` -I. -Isrc -I../../ -I ../../include $(JINCLUDES) -c
JAVACXXFLAGS = -I. -Isrc -I../../ -I ../../include $(JINCLUDES) `top_builddir=../../.. ../../../vlc-config --cflags pic` -c
all: $(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