X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2Fyajl%2FMakefile.am;fp=src%2FMoof%2Fyajl%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=c082286454bb1e5a7e887a53268b084b923904f3;hp=f10788ac21f3f115bc62684a4f1a988da687e4fd;hpb=5250c138b1a692e4e893a8f424d2856e519fd652;p=chaz%2Fyoink diff --git a/src/Moof/yajl/Makefile.am b/src/Moof/yajl/Makefile.am deleted file mode 100644 index f10788a..0000000 --- a/src/Moof/yajl/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ - -# Here is an automake file which can be used to build yajl as a convenience -# library. I also had to rename src/api to src/yajl and change cpp include -# directives accordingly in order to allow clients to use the more appropriate -# #include syntax. -- Chaz - -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 -