]> git.sesse.net Git - vlc/commitdiff
* Expand the ugly hack to also let automake define OBJCLINK and friends
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 5 Dec 2006 17:05:20 +0000 (17:05 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 5 Dec 2006 17:05:20 +0000 (17:05 +0000)
Makefile.am

index 93a84eed71fe38db9e116e97996558cb572819c9..11807c368d71990d15fe5910b42e40a30a5319b4 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
+EXTRA_vlc_SOURCES = extras/zsh.cpp misc/darwin_specific.m
 
 # Work around a bug in the arm-wince-pe linker
 if HAVE_WINCE