]> git.sesse.net Git - vlc/commitdiff
Desktop entry is not useful on Windows, skip it
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 6 Oct 2011 17:53:34 +0000 (20:53 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 6 Oct 2011 17:53:34 +0000 (20:53 +0300)
share/Makefile.am

index d65a57923f458f5af224ec2b8edd47da4b5fd4e7..6c676cdc421edb4276a09461b18b2d4229cf7439 100644 (file)
@@ -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)