[vlc-commits] fixed make dist for Mac (2)

Felix Paul Kühne git at videolan.org
Wed May 2 13:51:12 CEST 2012


vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed May  2 13:42:48 2012 +0200| [5aecdd4696d38b642ec5215fb5722988c0f4afa8] | committer: Felix Paul Kühne

fixed make dist for Mac (2)
(cherry picked from commit b07f9ac1a626165e703a711df88e597906dade7f)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5aecdd4696d38b642ec5215fb5722988c0f4afa8
---

 share/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index 75e22e5..bec4f3a 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -45,6 +45,7 @@ EXTRA_DIST += \
 	$(skins2_default_vlt_FILES) \
 	$(DIST_rsrc) \
 	$(DIST_skins2) \
+	$(DIST_icons) \
 	$(DIST_http_lua) \
 	$(DIST_lua) \
 	osdmenu/default.cfg.in \
@@ -79,6 +80,10 @@ DIST_rsrc = \
 	resource.h \
 	vlc_wince_rc.rc
 
+DIST_icons = \
+	vlc48x48.ico. \
+	vlc512x512.png
+
 DIST_skins2 = \
 	skins2/fonts/FreeSans.ttf \
 	skins2/fonts/FreeSansBold.ttf \



More information about the vlc-commits mailing list