[vlc-devel] commit: manifest files are in srcdir not builddir (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Nov 26 17:20:59 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 26 17:20:17 2008 +0100| [c61844bbd475c42b157dc21ba60e12add0831be6] | committer: Jean-Baptiste Kempf
manifest files are in srcdir not builddir
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c61844bbd475c42b157dc21ba60e12add0831be6
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a55c60c..84a5f89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -726,7 +726,7 @@ package-win-common:
if BUILD_MOZILLA
mkdir -p "$(win32_destdir)/mozilla"
cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(win32_destdir)/mozilla/
- cp $(top_builddir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
+ cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
endif
# ActiveX plugin
@@ -737,7 +737,7 @@ if BUILD_ACTIVEX
unix2dos $(win32_destdir)/activex/*
cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(win32_destdir)/activex/
- cp $(top_builddir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
+ cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
More information about the vlc-devel
mailing list