diff options
Diffstat (limited to 'examples/simple/Makefile')
-rw-r--r-- | examples/simple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |