[vlc-commits] Do not install desktop and icon stuff on WinCE either
Pierre Ynard
git at videolan.org
Fri Oct 14 02:18:53 CEST 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Oct 14 02:18:18 2011 +0200| [f728c46afe1ddae93105e509a1b9f77a573eee39] | committer: Pierre Ynard
Do not install desktop and icon stuff on WinCE either
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f728c46afe1ddae93105e509a1b9f77a573eee39
---
share/Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 3df6f55..96d4748 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -4,8 +4,10 @@ EXTRA_DIST =
appdatadir = $(datadir)/applications
if !HAVE_WIN32
+if !HAVE_WINCE
appdata_DATA = vlc.desktop
endif
+endif
EXTRA_DIST += vlc.desktop.in
CLEANFILES += $(appdata_DATA)
@@ -22,6 +24,7 @@ icons128dir = $(iconsdatadir)/128x128/apps
icons256dir = $(iconsdatadir)/256x256/apps
if !HAVE_WIN32
+if !HAVE_WINCE
dist_vlcdata_DATA = icons/vlc.ico
dist_icons16_DATA = icons/16x16/vlc.png icons/16x16/vlc.xpm
dist_icons32_DATA = icons/32x32/vlc.png icons/32x32/vlc.xpm \
@@ -36,6 +39,7 @@ nobase_dist_vlcdata_SCRIPTS = \
utils/video-vlc-default.sh \
$(NULL)
endif
+endif
EXTRA_DIST += \
$(skins2_default_vlt_FILES) \
More information about the vlc-commits
mailing list