Allow targets to define custom expanders for FP_TO_*INT
[oota-llvm.git] / examples / HowToUseJIT / Makefile
index 3312eb82093549a7f3e7f7ecb2565ab15495aa99..67fdd8611144a8d47ff6770cdc3cc1472c0025cf 100644 (file)
@@ -8,8 +8,9 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = HowToUseJIT
+EXAMPLE_TOOL = 1
 
 # Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+LLVMLIBS := JIT
 
 include $(LEVEL)/Makefile.common