1 EXTRA_DIST = jansson.def 2 3 include_HEADERS = jansson.h 4 nodist_include_HEADERS = jansson_config.h 5 6 lib_LTLIBRARIES = libjansson.la 7 libjansson_la_SOURCES = \ 8 dump.c \ 9 error.c \ 10 hashtable.c \ 11 hashtable.h \ 12 hashtable_seed.c \ 13 jansson_private.h \ 14 load.c \ 15 lookup3.h \ 16 memory.c \ 17 pack_unpack.c \ 18 strbuffer.c \ 19 strbuffer.h \ 20 strconv.c \ 21 utf.c \ 22 utf.h \ 23 value.c \ 24 version.c 25 libjansson_la_LDFLAGS = \ 26 -no-undefined \ 27 -export-symbols-regex '^json_|^jansson_' \ 28 -version-info 18:0:14 \ 29 @JSON_SYMVER_LDFLAGS@ \ 30 @JSON_BSYMBOLIC_LDFLAGS@