[PATCH 3 of 7] * Add needed automake / autoconf stuff to be able to use uriparser
Peter Stamfest <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.devel |
|---|---|
| Message-ID | <[email protected]> |
# HG changeset patch # User Peter Stamfest <[email protected]> # Date 1299524553 -3600 # Node ID f19fcee1409c615c87f81e2cc223100f96afe3cd # Parent c70c412d2399f71640bbb08adaff1037b2a13004 * Add needed automake / autoconf stuff to be able to use uriparser * Missing: add autoconf tests for possibly installed uriparser diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # build the following subdirectories -SUBDIRS = po src examples doc bindings +SUBDIRS = po src examples doc bindings uriparser/lib # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -937,6 +937,7 @@ AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([src/Makefile]) +AC_CONFIG_FILES([uriparser/lib/Makefile]) AC_CONFIG_FILES([src/librrd.sym.in]) AC_CONFIG_FILES([src/librrd.pc]) AC_CONFIG_FILES([bindings/Makefile])