Makefile.am: append extra copy of CLANG_LDFLAGS to LDADD
commit2396d80de11d67dc2fa77380b1ce5ac6570d9251
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Oct 2011 10:02:42 +0000 (21 12:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Oct 2011 13:59:13 +0000 (21 15:59 +0200)
tree8aeebf732bae2ab2b5969adb54e259fad0ef6e2b
parentdb1345e3117aaf16390c5f70a8ae39a9fd1e8016
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>
Makefile.am