From: asmodai Date: Sun, 24 Jun 2007 11:00:29 +0000 (+0000) Subject: Add the initialization of automake. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd57e2540b87ea5ed97de6d52a8b65d94fd36ba8;p=OpenSRF.git Add the initialization of automake. git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/autotools@971 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/objson/configure.ac b/src/objson/configure.ac index 8206554..baceea3 100644 --- a/src/objson/configure.ac +++ b/src/objson/configure.ac @@ -3,6 +3,7 @@ AC_PREREQ(2.59) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([json_parser.c]) AC_CONFIG_HEADER([config.h])