]> git.sesse.net Git - vlc/commitdiff
Do not try to distribute non-existant kludges
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 6 Dec 2006 21:12:53 +0000 (21:12 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 6 Dec 2006 21:12:53 +0000 (21:12 +0000)
Makefile.am

index 11807c368d71990d15fe5910b42e40a30a5319b4..a4a264131453c74d70fe61d60a40a5abc11672ee 100644 (file)
@@ -267,7 +267,7 @@ bin_PROGRAMS = vlc
 
 vlc_SOURCES = src/vlc.c
 # Ugly kludge so that automake defines $(CXXLINK)
-EXTRA_vlc_SOURCES = extras/zsh.cpp misc/darwin_specific.m
+nodist_EXTRA_vlc_SOURCES = extras/zsh.cpp misc/darwin_specific.m
 
 # Work around a bug in the arm-wince-pe linker
 if HAVE_WINCE