mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-21 06:35:04 +08:00
Move back jansson_path as it's not part of upstream and breaks usage of system jansson lib
This commit is contained in:
parent
7ea0324a62
commit
3872b5bd66
5 changed files with 3 additions and 2 deletions
|
@ -283,6 +283,7 @@ set (TARGET_SOURCES
|
|||
${PM3_ROOT}/client/src/fileutils.c
|
||||
${PM3_ROOT}/client/src/flash.c
|
||||
${PM3_ROOT}/client/src/graph.c
|
||||
${PM3_ROOT}/client/src/jansson_path.c
|
||||
${PM3_ROOT}/client/src/preferences.c
|
||||
${PM3_ROOT}/client/src/pm3_binlib.c
|
||||
${PM3_ROOT}/client/src/pm3_bitlib.c
|
||||
|
|
|
@ -505,6 +505,7 @@ SRCS = aidsearch.c \
|
|||
flash.c \
|
||||
generator.c \
|
||||
graph.c \
|
||||
jansson_path.c \
|
||||
loclass/cipher.c \
|
||||
loclass/cipherutils.c \
|
||||
loclass/elite_crack.c \
|
||||
|
|
|
@ -13,8 +13,7 @@ MYSRCS = \
|
|||
strbuffer.c \
|
||||
strconv.c \
|
||||
utf.c \
|
||||
value.c \
|
||||
jansson_path.c
|
||||
value.c
|
||||
|
||||
LIB_A = libjansson.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue