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 | de26c0cc60254b41b80bd2898779d2ad17c3e4ff (patch) | |
| tree | 260eda36507d4a2896d27625610059678dec67ce /cpp/Makefile.am | |
| parent | 2263213d7dfa3aaba38360144f7b098fd0a96bee (diff) | |
| download | qpid-python-de26c0cc60254b41b80bd2898779d2ad17c3e4ff.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/qpid@794759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index dd67bb8036..2b207f10e8 100644 --- a/cpp/Makefile.am +++ b/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 - - - |
