[vlc-commits] Desktop entry is not useful on Windows, skip it

Rémi Denis-Courmont git at videolan.org
Thu Oct 6 19:53:44 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct  6 20:53:34 2011 +0300| [5b3aa85da2f9e9ee02c8d00b7bb654b5aecd3be7] | committer: Rémi Denis-Courmont

Desktop entry is not useful on Windows, skip it

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

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

diff --git a/share/Makefile.am b/share/Makefile.am
index d65a579..6c676cd 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -3,7 +3,9 @@ MOSTLYCLEANFILES =
 EXTRA_DIST =
 
 appdatadir = /usr/share/applications
+if !HAVE_WIN32
 appdata_DATA = vlc.desktop
+endif
 EXTRA_DIST += vlc.desktop.in
 CLEANFILES += $(appdata_DATA)
 



More information about the vlc-commits mailing list