Index: tests/pnacl_ld_example/Makefile |
=================================================================== |
--- tests/pnacl_ld_example/Makefile (revision 8056) |
+++ tests/pnacl_ld_example/Makefile (working copy) |
@@ -12,7 +12,7 @@ |
ARCH ?= -m64 |
-CFLAGS = -Wall -fPIC $(ARCH) |
+CFLAGS = -Wall -fPIC $(ARCH) -I../../.. |
LIBFLAGS = -shared $(ARCH) -Wl,-soname,libsimple$(ARCH).so |
SIMPLE_OBJECTS = hello$(ARCH).o fortytwo$(ARCH).o |