Add pb_common.c to examples

This commit is contained in:
Petteri Aimonen
2014-08-26 18:05:10 +03:00
parent 3ed219382e
commit 8a95311b51
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
NANOPB_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST)))../)
# Files for the nanopb core
NANOPB_CORE = $(NANOPB_DIR)/pb_encode.c $(NANOPB_DIR)/pb_decode.c
NANOPB_CORE = $(NANOPB_DIR)/pb_encode.c $(NANOPB_DIR)/pb_decode.c $(NANOPB_DIR)/pb_common.c
# Check if we are running on Windows
ifdef windir