[vlc-commits] fix NPAPI header lookup

Felix Paul Kühne git at videolan.org
Tue Jan 1 18:03:56 CET 2013


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jan  1 18:03:01 2013 +0100| [7e2a51118e593b57cd2948321c1c280c4a7497eb] | committer: Felix Paul Kühne

fix NPAPI header lookup

Pointed by lu_zero

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=7e2a51118e593b57cd2948321c1c280c4a7497eb
---

 npapi/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index 59aa792..f002205 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -7,7 +7,7 @@ MOSTLYCLEANFILES =
 CLEANFILES = $(BUILT_SOURCES)
 npvlcdir = $(libdir)/mozilla/plugins
 
-AM_CPPFLAGS = $(LIBVLC_CFLAGS) -Inpapi-sdk $(MOZILLA_CFLAGS)
+AM_CPPFLAGS = $(LIBVLC_CFLAGS) -I$(top_builddir)/npapi-sdk $(MOZILLA_CFLAGS)
 
 libvlcplugin_la_SOURCES = \
 	common.h \



More information about the vlc-commits mailing list