aboutsummaryrefslogtreecommitdiff
path: root/compat/jansson/Makefile.am
blob: 94a583f34d323c70494751dd93207385438cec73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_LIBRARIES	= libjansson.a

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