From 09ee4533243c686bb5f1d54f6255d390fbb0e08d Mon Sep 17 00:00:00 2001 From: Filippo Carone Date: Thu, 12 Oct 2006 20:54:36 +0000 Subject: [PATCH] this should fix compilation errors on included headers --- bindings/java/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2