From: Michael Clark Date: Tue, 6 Jan 2009 22:53:25 +0000 (+0000) Subject: update auto generated files X-Git-Tag: json-c-0.10-20120530~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=436aa98d67e7ee2c018e9b9c6f55c2d00a94eaea;p=thirdparty%2Fjson-c.git update auto generated files git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@26 327403b1-1117-474d-bef2-5cb71233fd97 --- diff --git a/Makefile.am b/Makefile.am index 0961218d..43120b2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ AM_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT +EXTRA_DIST = doc + lib_LTLIBRARIES = libjson.la pkgconfigdir = $(libdir)/pkgconfig diff --git a/config.h.in b/config.h.in index 44e10aab..5139ae8c 100644 --- a/config.h.in +++ b/config.h.in @@ -80,6 +80,10 @@ /* Define to 1 if you have the `vsyslog' function. */ #undef HAVE_VSYSLOG +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE