From 8bd27fcf3c59eeacead9efd0c711295dba3c9203 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 13 Feb 2016 01:03:45 -0500 Subject: [PATCH] Include moonlight-common-c includes during build --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f0feef..a29110a 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,16 @@ VALID_TOOLCHAINS := newlib pnacl TARGET = moonlight-chrome +# Include Moonlight-Common-C makefile +include common-c.mk + +EXTRA_INC_PATHS := $(EXTRA_INC_PATHS) $(COMMON_C_INCLUDE) + include $(NACL_SDK_ROOT)/tools/common.mk # Dirty hack to allow 'make serve' to work in this directory HTTPD_PY := $(HTTPD_PY) --no-dir-check -# Include Moonlight-Common-C makefile -include common-c.mk LIBS = ppapi ppapi_cpp pthread nacl_io