interface/Makefile.am: append extra copy of CLANG_LDFLAGS to LDADD
commit73c732e4fff35bd42fd6dbcea030cfe3ad7245d4
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Oct 2011 09:50:34 +0000 (21 11:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Oct 2011 09:50:34 +0000 (21 11:50 +0200)
tree5f6a04652f0fe0341d59485b59ae4c8040556a4a
parent60063f1a3c92cecf05d9f4969f4ad564c7075513
interface/Makefile.am: append extra copy of CLANG_LDFLAGS to LDADD

For some reason, llvm-config includes system libraries as part of
--ldflags instead of --libs.  Since some of the libraries in
CLANG_LIBS may depend on the system libraries, we need to make
sure those system libraries are (also) listed after CLANG_LIBS.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
interface/Makefile.am