From 8a95311b51e6b64835ba8141594d8e804241377e Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Tue, 26 Aug 2014 18:05:10 +0300 Subject: Add pb_common.c to examples --- examples/simple/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/simple/Makefile b/examples/simple/Makefile index 02a4c3ff..970a8650 100644 --- a/examples/simple/Makefile +++ b/examples/simple/Makefile @@ -10,6 +10,7 @@ CSRC = simple.c # The main program CSRC += simple.pb.c # The compiled protocol definition CSRC += $(NANOPB_DIR)/pb_encode.c # The nanopb encoder CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder +CSRC += $(NANOPB_DIR)/pb_common.c # The nanopb common parts # Build rule for the main program simple: $(CSRC) -- cgit 1.2.3-korg