[vlc-commits] makefile: fixed typo

Felix Paul Kühne git at videolan.org
Wed Feb 9 16:37:19 CET 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Feb  9 16:37:06 2011 +0100| [25adb445813e617fde1a1d1e1ed138e70b3d4592] | committer: Felix Paul Kühne

makefile: fixed typo

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

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

diff --git a/Makefile.am b/Makefile.am
index 6586555..11547b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -421,7 +421,7 @@ VLC-release.app: vlc
 	mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
 	cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
 	mkdir -p $(top_builddir)/tmp/extras/contrib/BWToolKit
-	cp -R $(CONTRIB_DIR)/Sparkle/BWToolKitFramework.framework $(top_builddir)/tmp/extras/contrib/BWToolKit
+	cp -R $(CONTRIB_DIR)/BWToolKit/BWToolKitFramework.framework $(top_builddir)/tmp/extras/contrib/BWToolKit
 	mkdir -p $(top_builddir)/tmp/modules/audio_output
 	mkdir -p $(top_builddir)/tmp/modules/gui/macosx
 	for i in \
@@ -576,7 +576,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
 	mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
 	cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
 	mkdir -p $(top_builddir)/tmp/extras/contrib/BWToolKit
-	cp -R $(CONTRIB_DIR)/Sparkle/BWToolKitFramework.framework $(top_builddir)/tmp/extras/contrib/BWToolKit
+	cp -R $(CONTRIB_DIR)/BWToolKit/BWToolKitFramework.framework $(top_builddir)/tmp/extras/contrib/BWToolKit
 	mkdir -p $(top_builddir)/tmp/modules/audio_output
 	mkdir -p $(top_builddir)/tmp/modules/gui/macosx
 	for i in \



More information about the vlc-commits mailing list