[vlc-commits] Fix compilation for Win32
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Dec 13 17:12:43 CET 2012
    
    
  
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 17:12:29 2012 +0100| [8115a6acf0b7af0745ef1549e874c18f01d11e88] | committer: Jean-Baptiste Kempf
Fix compilation for Win32
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=8115a6acf0b7af0745ef1549e874c18f01d11e88
---
 npapi/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index b97cbcf..7963afe 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -92,7 +92,7 @@ npvlc_la_LIBADD += -lgdi32
 DATA_npvlc_rc = $(noinst_DATA)
 noinst_DATA = npvlc_rc.$(OBJEXT)
 
-npvlc_rc.$(OBJEXT): npvlc_rc.rc
+npvlc_rc.$(OBJEXT): package/npvlc_rc.rc
 	$(WINDRES) --include-dir $(srcdir) -i $< -o $@
 
 endif
    
    
More information about the vlc-commits
mailing list