diff options
-rw-r--r-- | tools/llvmc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 0518742c1c..20ef0defef 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 |