]> git.sesse.net Git - vlc/commitdiff
* forgot an -I
authorSimon Latapie <garf@videolan.org>
Wed, 20 Aug 2003 09:58:28 +0000 (09:58 +0000)
committerSimon Latapie <garf@videolan.org>
Wed, 20 Aug 2003 09:58:28 +0000 (09:58 +0000)
mozilla/Makefile.am

index 2144ed147292ab2f50982dc245245e36dee77548..678c932b80b2fb56d5b6606eba95d41fe8d16902 100644 (file)
@@ -34,7 +34,7 @@ BUNDLE_mozilla = VLC\ Plugin.plugin
 
 vlc_moz_FLAGS = `$(VLC_CONFIG) --libs vlc builtin pic mozilla`
 moz_CFLAGS = `$(MOZILLA_CONFIG) --cflags plugin java nspr/obsolete nspr oji xpcom xpconnect`
-moz_plugin_FLAGS = -c -F/System/Library/Frameworks/CoreFoundation.framework $(moz_CFLAGS) -I/Developer/Headers/FlatCarbon -arch ppc -fno-common -fpascal-strings -O0 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -DXP_MACOSX=1 -DNO_X11=1 -DUSE_SYSTEM_CONSOLE=1 -pipe -fmessage-length=0 -g -include mozilla-config.h
+moz_plugin_FLAGS = -I$(srcdir)/../include -c -F/System/Library/Frameworks/CoreFoundation.framework $(moz_CFLAGS) -I/Developer/Headers/FlatCarbon -arch ppc -fno-common -fpascal-strings -O0 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -DXP_MACOSX=1 -DNO_X11=1 -DUSE_SYSTEM_CONSOLE=1 -pipe -fmessage-length=0 -g -include mozilla-config.h
 
 else
 LIBRARIES_mozilla = libvlcplugin$(LIBEXT)