tests: Use "make STOP=1 check" to stop on first failure
[jansson.git] / src / Makefile.am
index 659dcb4..f14bbaa 100644 (file)
@@ -3,16 +3,18 @@ include_HEADERS = jansson.h jansson_config.h
 lib_LTLIBRARIES = libjansson.la
 libjansson_la_SOURCES = \
        dump.c \
+       error.c \
        hashtable.c \
        hashtable.h \
        jansson_private.h \
        load.c \
+       memory.c \
+       pack_unpack.c \
        strbuffer.c \
        strbuffer.h \
        utf.c \
        utf.h \
-       value.c \
-       variadic.c
+       value.c
 libjansson_la_LDFLAGS = \
        -export-symbols-regex '^json_' \
        -version-info 3:0:3