Skip to content
Snippets Groups Projects
Commit f728c46a authored by Pierre Ynard's avatar Pierre Ynard
Browse files

Do not install desktop and icon stuff on WinCE either

parent 268c223f
No related branches found
No related tags found
No related merge requests found
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment