From: Filippo Carone Date: Thu, 12 Oct 2006 20:54:36 +0000 (+0000) Subject: this should fix compilation errors on included headers X-Git-Tag: 0.9.0-test0~9987 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=09ee4533243c686bb5f1d54f6255d390fbb0e08d;p=vlc this should fix compilation errors on included headers --- diff --git a/bindings/java/src/Makefile.am b/bindings/java/src/Makefile.am index 2e21387474..3266f6b248 100644 --- a/bindings/java/src/Makefile.am +++ b/bindings/java/src/Makefile.am @@ -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)