]> git.sesse.net Git - vlc/commitdiff
this should fix compilation errors on included headers
authorFilippo Carone <littlejohn@videolan.org>
Thu, 12 Oct 2006 20:54:36 +0000 (20:54 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Thu, 12 Oct 2006 20:54:36 +0000 (20:54 +0000)
bindings/java/src/Makefile.am

index 2e213874742cc6aeb4a1fe750f9f974021cdde5f..3266f6b248c508c91851fd21438b2e77596827cb 100644 (file)
@@ -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)