From 1e5190c13885c64800d02075e310f30845a602b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 6 Dec 2006 21:12:53 +0000 Subject: [PATCH] Do not try to distribute non-existant kludges --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 11807c368d..a4a2641314 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.39.5