/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
3party/jansson/src/Makefile.am
28 строк
497 B
LaGrunge
[3party] Update Jansson 2.4 to 2.12
14 июн 2019, 12:43
14 июн 2019, 12:43
8748e52
Код
Авторство
О чём код?
EXTRA_DIST = jansson.def include_HEADERS = jansson.h nodist_include_HEADERS = jansson_config.h lib_LTLIBRARIES = libjansson.la libjansson_la_SOURCES = \ dump.c \ error.c \ hashtable.c \ hashtable.h \ hashtable_seed.c \ jansson_private.h \ load.c \ lookup3.h \ memory.c \ pack_unpack.c \ strbuffer.c \ strbuffer.h \ strconv.c \ utf.c \ utf.h \ value.c libjansson_la_LDFLAGS = \ -no-undefined \ -export-symbols-regex '^json_' \ -version-info 15:1:11 \ @JSON_BSYMBOLIC_LDFLAGS@