Prospective Makefile build fix
authorAlp Toker <alp@nuanti.com>
Thu, 23 Jan 2014 11:14:00 +0000 (11:14 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 23 Jan 2014 11:14:00 +0000 (11:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199882 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/ChildTarget/Makefile

index f77b144aabf6fe8b04ddfd06f4bd8016b93174b6..eff49c9f1cfe2193fd5402992049b532a19c8110 100644 (file)
@@ -14,4 +14,6 @@ include $(LEVEL)/Makefile.config
 
 LINK_COMPONENTS :=
 
+SOURCES += ../RemoteTarget.cpp
+
 include $(LLVM_SRC_ROOT)/Makefile.rules