Makefile.am 345 B

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