diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 0518742c1c7..20ef0defef7 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvmc USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a -CONFIG_FILES = st ll -EXTRA_DIST = st ll +CONFIG_FILES = c cpp ll st +EXTRA_DIST = c cpp ll st include $(LEVEL)/Makefile.common