diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 15:33:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-13 15:33:56 +0100 |
commit | b3f9b25d53b1bd1fc83e8a291ae40b84d02a4478 (patch) | |
tree | 64a170a55f6f9b0c949339511db77b80abeb61f9 /src/app/prototest/Makefile.inc | |
parent | 36316c2e4a9dbeab28b97fa18fefc37eed4a6782 (diff) |
prototest: add ubjson
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 |