Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index b65e64833f7bf7c7579854c0f69fbd22180f9005..69b87b7cebe2110ef19960ed66d2f06e932baa3f 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -46,8 +46,10 @@ SRCS= \ |
IceRegAlloc.cpp \ |
IceTargetLowering.cpp \ |
IceTargetLoweringX8632.cpp \ |
+ IceTranslator.cpp \ |
IceTypes.cpp \ |
- llvm2ice.cpp |
+ llvm2ice.cpp \ |
+ PNaClTranslator.cpp |
OBJS=$(patsubst %.cpp, build/%.o, $(SRCS)) |