Move back jansson_path as it's not part of upstream and breaks usage of system jansson lib

This commit is contained in:
Philippe Teuwen 2020-10-07 01:11:40 +02:00
parent 7ea0324a62
commit 3872b5bd66
5 changed files with 3 additions and 2 deletions

View file

@ -283,6 +283,7 @@ set (TARGET_SOURCES
${PM3_ROOT}/client/src/fileutils.c ${PM3_ROOT}/client/src/fileutils.c
${PM3_ROOT}/client/src/flash.c ${PM3_ROOT}/client/src/flash.c
${PM3_ROOT}/client/src/graph.c ${PM3_ROOT}/client/src/graph.c
${PM3_ROOT}/client/src/jansson_path.c
${PM3_ROOT}/client/src/preferences.c ${PM3_ROOT}/client/src/preferences.c
${PM3_ROOT}/client/src/pm3_binlib.c ${PM3_ROOT}/client/src/pm3_binlib.c
${PM3_ROOT}/client/src/pm3_bitlib.c ${PM3_ROOT}/client/src/pm3_bitlib.c

View file

@ -505,6 +505,7 @@ SRCS = aidsearch.c \
flash.c \ flash.c \
generator.c \ generator.c \
graph.c \ graph.c \
jansson_path.c \
loclass/cipher.c \ loclass/cipher.c \
loclass/cipherutils.c \ loclass/cipherutils.c \
loclass/elite_crack.c \ loclass/elite_crack.c \

View file

@ -13,8 +13,7 @@ MYSRCS = \
strbuffer.c \ strbuffer.c \
strconv.c \ strconv.c \
utf.c \ utf.c \
value.c \ value.c
jansson_path.c
LIB_A = libjansson.a LIB_A = libjansson.a