summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-07-14 20:56:33 +0000
committerAlan Conway <aconway@apache.org>2010-07-14 20:56:33 +0000
commitef6a1528f91c34c0cc9838ad6f5ec39473fbbdb3 (patch)
tree4e497c12b2afcf1e50e61389b7073d95396961cf /cpp
parent9f049123873c4595c63cdc926f982e0e6443a366 (diff)
downloadqpid-python-ef6a1528f91c34c0cc9838ad6f5ec39473fbbdb3.tar.gz
Move libqpidtypes to the front of the libraries list.
Was causing failure of make install "can't find -lqpidtypes". git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@964197 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index e6b13410d3..2b6a6fcf5d 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -185,7 +185,7 @@ libqpidcommon_la_SOURCES += $(poller) $(systeminfo)
posix_broker_src = \
qpid/broker/posix/BrokerDefaults.cpp
-lib_LTLIBRARIES = libqpidcommon.la libqpidbroker.la libqpidclient.la libqpidmessaging.la libqpidtypes.la
+lib_LTLIBRARIES = libqpidtypes.la libqpidcommon.la libqpidbroker.la libqpidclient.la libqpidmessaging.la
# Definitions for client and daemon plugins
PLUGINLDFLAGS=-no-undefined -module -avoid-version