From 839bc0fb62b46c3fcd2d7ccc4201b2a3771062d7 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 6 Dec 2006 21:27:32 +0000 Subject: [PATCH] Fix path. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a4a2641314..f6a0508e8c 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) -nodist_EXTRA_vlc_SOURCES = extras/zsh.cpp misc/darwin_specific.m +nodist_EXTRA_vlc_SOURCES = extras/zsh.cpp src/misc/darwin_specific.m # Work around a bug in the arm-wince-pe linker if HAVE_WINCE -- 2.39.5