Skip to content

Commit

Permalink
Include moonlight-common-c includes during build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Feb 13, 2016
1 parent 2e52d68 commit 8bd27fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bd27fc

Please sign in to comment.