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

David Fuhrmann david.fuhrmann at googlemail.com
Wed May 2 18:55:06 CEST 2012


Am 02.05.2012 um 13:43 schrieb Felix Paul Kühne:

> 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

Hi,
I am wondering why you put a dot behind "vlc48x48.ico"?

Best,
David


More information about the vlc-devel mailing list