diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-07-16 17:18:09 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-07-16 17:18:09 +0000 |
| commit | fc7836dcd8545979f0f65d5b4c8344fa0d17ed6f (patch) | |
| tree | 2b15bb7fe8509768ef9f7cffaa5f67812e40515d /qpid/cpp/Makefile.am | |
| parent | f12e89da3e2401c3db39b8ea50cf54db998b3a74 (diff) | |
| download | qpid-python-fc7836dcd8545979f0f65d5b4c8344fa0d17ed6f.tar.gz | |
Minor configure.ac cleanup to remove unneeded openais definitions when no openais is in use.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
| -rw-r--r-- | qpid/cpp/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index dd67bb8036..2b207f10e8 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -17,6 +17,8 @@ # under the License. # +LIBTOOL_DEPS = @LIBTOOL_DEPS@ + AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 @@ -29,6 +31,3 @@ SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck - - - |
