[vlc-commits] buildsystem: include vlc512x512. png in the VLC bundle since it is required by the Growl plugin
Felix Paul Kühne
git at videolan.org
Sun Apr 10 23:21:29 CEST 2011
vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 10 23:21:20 2011 +0200| [fe11ff9df3150a4151ccf37d332c0bf3867f4fa8] | committer: Felix Paul Kühne
buildsystem: include vlc512x512.png in the VLC bundle since it is required by the Growl plugin
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=fe11ff9df3150a4151ccf37d332c0bf3867f4fa8
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d6898c5..9672799 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -577,6 +577,7 @@ VLC-release.app: vlc
$(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
done
$(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
+ $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $(top_builddir)/VLC-release.app/Contents/MacOS/share/vlc512x512.png
$(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
cat $(top_srcdir)/po/LINGUAS | while read i; do \
$(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
More information about the vlc-commits
mailing list