diff options
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r-- | src/app/prototest/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc index d3dad26..36cfb49 100644 --- a/src/app/prototest/Makefile.inc +++ b/src/app/prototest/Makefile.inc @@ -23,7 +23,7 @@ endif ifeq (${prototest_ubjson}, 1) COMMON_FLAGS += -DPROTOTEST_UBJSON - CXX_TARGETS += src/lib/ubjson/ubjr.cc src/lib/ubjson/ubjw.cc + C_TARGETS += src/lib/ubjson/ubjr.c src/lib/ubjson/ubjw.c INCLUDES += -Iinclude/lib/ubjson endif |