vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Apr 10 23:23:18 2011 +0200| [7ef83b1bd0408fc885d1c82295c6d514a7ed33d2] | 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.git/?a=commit;h=7ef83b1bd0408fc885d1c82295c6d514a7ed33d2 --- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7790b24..3875949 100644 --- a/Makefile.am +++ b/Makefile.am @@ -543,6 +543,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.txt $(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 ; \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
