[vlc-commits] buildsystem: make sure to correctly copy the Growl framework into the app bundle

Felix Paul Kühne git at videolan.org
Sat Apr 9 17:00:42 CEST 2011


vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Apr  9 17:00:11 2011 +0200| [4c3c8b8681a1f98859e6b62e5b7bbd336b1073ae] | committer: Felix Paul Kühne

buildsystem: make sure to correctly copy the Growl framework into the app bundle

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=4c3c8b8681a1f98859e6b62e5b7bbd336b1073ae
---

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

diff --git a/Makefile.am b/Makefile.am
index a584c55..7907cda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -456,7 +456,9 @@ VLC-release.app: vlc
 	done
 	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/modules/audio_output
+	mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
+	cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
+    mkdir -p $(top_builddir)/tmp/modules/audio_output
 	mkdir -p $(top_builddir)/tmp/modules/gui/macosx
 	for i in \
 	    AppleRemote.h \
@@ -609,6 +611,8 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
 	done
 	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/Growl
+	cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
 	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