This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
noinst_LIBRARIES = libjansson.a
|
||||
|
||||
noinst_LIBRARIES = libjansson.a
|
||||
libjansson_a_SOURCES = \
|
||||
dump.c \
|
||||
hashtable.c \
|
||||
load.c \
|
||||
strbuffer.c \
|
||||
utf.c \
|
||||
value.c
|
||||
|
||||
libjansson_a_SOURCES = \
|
||||
config.h \
|
||||
dump.c \
|
||||
hashtable.c \
|
||||
hashtable.h \
|
||||
jansson.h \
|
||||
jansson_private.h \
|
||||
load.c \
|
||||
strbuffer.c \
|
||||
strbuffer.h \
|
||||
utf.c \
|
||||
utf.h \
|
||||
util.h \
|
||||
value.c
|
||||
noinst_HEADERS = \
|
||||
config.h \
|
||||
hashtable.h \
|
||||
jansson.h \
|
||||
jansson_private.h \
|
||||
strbuffer.h \
|
||||
utf.h \
|
||||
util.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user