X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=interface%2FMakefile.am;h=4586618b042444c7033caa3cebdeed3d9890f0ad;hb=60e4f6aa75ab6d211320e31272678b40c12c618e;hp=3ccd81c6f7d908f1867c012cfb891dd640cb3754;hpb=589fefc83fa2321d3f05b2ee500839a65c46c1b2;p=platform%2Fupstream%2Fisl.git diff --git a/interface/Makefile.am b/interface/Makefile.am index 3ccd81c..4586618 100644 --- a/interface/Makefile.am +++ b/interface/Makefile.am @@ -15,8 +15,9 @@ extract_interface_SOURCES = \ extract_interface.cc extract_interface_LDADD = \ -lclangFrontend -lclangSerialization -lclangParse -lclangSema \ + $(LIB_CLANG_EDIT) \ -lclangAnalysis -lclangAST -lclangLex -lclangBasic -lclangDriver \ - $(CLANG_LIBS) + $(CLANG_LIBS) $(CLANG_LDFLAGS) test: extract_interface ./extract_interface$(EXEEXT) $(INCLUDES) $(srcdir)/all.h