[vlc-devel] commit: Fix skins ditribution for win32 (Christophe Mutricy )

git version control git at videolan.org
Fri Sep 12 01:49:39 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Sep 12 00:40:34 2008 +0100| [8d11ad3be8abebbb2757d88b9b7e402b301a0a6b] | committer: Christophe Mutricy 

Fix skins ditribution for win32

when builddir != srcdir

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d11ad3be8abebbb2757d88b9b7e402b301a0a6b
---

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6d9bc58..91eae3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -848,7 +848,7 @@ if BUILD_SKINS
 	for i in $(srcdir)/share/skins2/fonts/*.*; do \
 	  cp -- "$$i" $(win32_destdir)/skins/fonts/ || true ; \
 	done
-	for i in $(srcdir)/share/skins2/*.*; do \
+	for i in $(top_builddir)/share/skins2/*.*; do \
 	  cp -- "$$i" $(win32_destdir)/skins/ || true ; \
 	done
 endif




More information about the vlc-devel mailing list