X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=yajl%2FMakefile.am;fp=yajl%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=96dd0815b98cf9459c8dd7a8009aabb6f8051e9e;hp=e2e7c520c5fc8234d8064182f4d3ebcbc60184a2;hpb=d50942708db230dc5c43b8df89ede45525e1c394;p=chaz%2Fyoink diff --git a/yajl/Makefile.am b/yajl/Makefile.am deleted file mode 100644 index e2e7c52..0000000 --- a/yajl/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ - -# To make yajl works as a convenience library, the directory src/api must be -# renamed to src/yajl, and any sources or headers which refer to headers in that -# directory will need to be modified to look in the new directory. - -noinst_LTLIBRARIES = libyajl.la - -libyajl_la_SOURCES = \ - src/yajl.c \ - src/yajl_alloc.c \ - src/yajl_alloc.h \ - src/yajl_buf.c \ - src/yajl_buf.h \ - src/yajl_bytestack.h \ - src/yajl_encode.c \ - src/yajl_encode.h \ - src/yajl_gen.c \ - src/yajl_lex.c \ - src/yajl_lex.h \ - src/yajl_parser.c \ - src/yajl_parser.h \ - $(ENDLIST) - -noinst_HEADERS = \ - src/yajl/yajl_common.h \ - src/yajl/yajl_gen.h \ - src/yajl/yajl_parse.h \ - $(ENDLIST) - -libyajl_la_CPPFLAGS = -Isrc -