[vlc-devel] commit: Don't distribute ./compile (Christophe Mutricy )
git version control
git at videolan.org
Mon Nov 17 01:21:30 CET 2008
vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Mon Nov 17 00:18:48 2008 +0000| [083d6905522334deda38d763f946e22b3fef753b] | committer: Christophe Mutricy
Don't distribute ./compile
(cherry picked from commit 4c930da51936b79c1ec749c1d1cc8d691d12d83e)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=083d6905522334deda38d763f946e22b3fef753b
---
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d44dfb8..edc9d84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,8 +48,9 @@ EXTRA_DIST = \
extras/package/win32/languages/french.nsh
dist_noinst_SCRIPTS = bootstrap toolbox
+nodist_noinst_SCRIPTS = compile
-BUILT_SOURCES_distclean = vlc-config compile extras/package/win32/vlc.win32.nsi
+BUILT_SOURCES_distclean = vlc-config extras/package/win32/vlc.win32.nsi
if HAVE_DARWIN
BUILT_SOURCES_clean = macosx-sdk
else
More information about the vlc-devel
mailing list