Conflicts:
.gitignore
Makefile.am
configure.in
printbuf.c
test1.c
test1.expected
-.deps
-.libs
-aclocal.m4
-autom4te.cache
-config.guess
-config.h
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-json.pc
-libtool
-ltmain.sh
-Makefile
-Makefile.in
-missing
-stamp-h1
-stamp-h2
-test1
-test2
-test4
-testSubDir
-test_parse_int64
-test_parse
-test_cast
-test_null
-Debug
-Release
+.deps/
+.libs/
+/aclocal.m4
+/autom4te.cache
+/config.guess
+/json_config.h
+/config.h
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
- /json.pc
++/json-c.pc
+/libtool
+/ltmain.sh
+/Makefile
+/Makefile.in
+/missing
+/stamp-h1
+/stamp-h2
+/tests/Makefile
+/tests/Makefile.in
+/tests/test1
+/tests/test1Formatted
+/tests/test2
+/tests/test2Formatted
+/tests/test4
+/tests/testSubDir
+/tests/test_parse_int64
+/tests/test_parse
+/tests/test_cast
+/tests/test_null
+/tests/test_printbuf
+/Debug
+/Release
*.lo
*.o
-libjson.la
-json-c.pc
-json_config.h
+/libjson.la
-AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
+include Makefile.am.inc
EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
+SUBDIRS = . tests
- lib_LTLIBRARIES = libjson.la
+ lib_LTLIBRARIES = libjson-c.la
pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = json.pc
+ pkgconfig_DATA = json-c.pc
- libjsonincludedir = $(includedir)/json
+ libjsonincludedir = $(includedir)/json-c
libjsoninclude_HEADERS = \
arraylist.h \
bits.h \
AM_PROG_LIBTOOL
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
- json.pc
+ json-c.pc
+tests/Makefile
+json-uninstalled.pc
])
+
+AC_OUTPUT
+