Makefile.am 382 B

123456789101112131415161718192021
  1. EXTRA_DIST = jansson.def
  2. include_HEADERS = jansson.h jansson_config.h
  3. noinst_LIBRARIES = libjansson.a
  4. libjansson_a_SOURCES = \
  5. dump.c \
  6. error.c \
  7. hashtable.c \
  8. hashtable.h \
  9. jansson_private.h \
  10. load.c \
  11. memory.c \
  12. pack_unpack.c \
  13. strbuffer.c \
  14. strbuffer.h \
  15. strconv.c \
  16. utf.c \
  17. utf.h \
  18. value.c