[vlc-commits] fixed make dist for Mac (2)
Felix Paul Kühne
git at videolan.org
Wed May 2 13:43:01 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed May 2 13:42:48 2012 +0200| [b07f9ac1a626165e703a711df88e597906dade7f] | committer: Felix Paul Kühne
fixed make dist for Mac (2)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b07f9ac1a626165e703a711df88e597906dade7f
---
share/Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index cc00c68..ffb7788 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