1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/lib/json
2007-10-10 14:59:16 -05:00
..
aclocal.m4 r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 14:59:16 -05:00
arraylist.c
arraylist.h
AUTHORS
autogen.sh
bits.h
ChangeLog
config.guess r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 14:59:15 -05:00
config.h.in
config.h.win32
config.sub r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 14:59:15 -05:00
configure r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 14:59:16 -05:00
configure.in
COPYING
debug.c
debug.h
depcomp r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 14:59:15 -05:00
Doxyfile
INSTALL
install-sh
json_object_private.h
json_object.c
json_object.h
json_tokener.c
json_tokener.h
json_util.c
json_util.h
json-c.vcproj
json.h
json.pc.in
linkhash.c
linkhash.h
ltmain.sh r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 14:59:15 -05:00
Makefile.am
Makefile.in
missing r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 14:59:15 -05:00
mkinstalldirs
NEWS
printbuf.c
printbuf.h
README
README-WIN32.html
README.html
stamp-h.in
test1.c
test2.c

Building on Unix with gcc and autotools

If checking out from CVS:

	sh autogen.sh

Then configure, make, make install


Test programs

To build the test programs run 'make check'


Linking to libjson

If your system has pkgconfig then you can just add this to your makefile

CFLAGS += $(shell pkg-config --cflags json)
LDFLAGS += $(shell pkg-config --libs json)