]> Dogcows Code - chaz/yoink/blob - yajl/Makefile.am
e2e7c520c5fc8234d8064182f4d3ebcbc60184a2
[chaz/yoink] / yajl / Makefile.am
1
2 # To make yajl works as a convenience library, the directory src/api must be
3 # renamed to src/yajl, and any sources or headers which refer to headers in that
4 # directory will need to be modified to look in the new directory.
5
6 noinst_LTLIBRARIES = libyajl.la
7
8 libyajl_la_SOURCES = \
9 src/yajl.c \
10 src/yajl_alloc.c \
11 src/yajl_alloc.h \
12 src/yajl_buf.c \
13 src/yajl_buf.h \
14 src/yajl_bytestack.h \
15 src/yajl_encode.c \
16 src/yajl_encode.h \
17 src/yajl_gen.c \
18 src/yajl_lex.c \
19 src/yajl_lex.h \
20 src/yajl_parser.c \
21 src/yajl_parser.h \
22 $(ENDLIST)
23
24 noinst_HEADERS = \
25 src/yajl/yajl_common.h \
26 src/yajl/yajl_gen.h \
27 src/yajl/yajl_parse.h \
28 $(ENDLIST)
29
30 libyajl_la_CPPFLAGS = -Isrc
31
This page took 0.029496 seconds and 3 git commands to generate.