[vlc-commits] commit: Don't depend on non-existent file ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Thu Jul 22 17:51:36 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 22 18:50:45 2010 +0300| [f8c86f64e339a261b94f156527551356e360f547] | committer: Rémi Denis-Courmont 

Don't depend on non-existent file

Pointed out by Alexis Ballier.

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

 Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 457aa06..ba9b396 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,11 @@ EXTRA_DIST = \
 dist_noinst_SCRIPTS = bootstrap toolbox
 nodist_noinst_SCRIPTS = compile
 
-BUILT_SOURCES_distclean = vlc-config extras/package/win32/vlc.win32.nsi extras/package/win32/spad.nsi
+BUILT_SOURCES_distclean = vlc-config
+if HAVE_WIN32
+BUILT_SOURCES_distclean += \
+	extras/package/win32/vlc.win32.nsi extras/package/win32/spad.nsi
+endif
 if HAVE_DARWIN
 BUILT_SOURCES_clean = macosx-sdk
 else



More information about the vlc-commits mailing list