diff options
| author | Alan Conway <aconway@apache.org> | 2010-07-14 20:56:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-07-14 20:56:33 +0000 |
| commit | f852178dd581ac7009009c41bd6cf48278ec700a (patch) | |
| tree | e13d7e2b11e1fb22a90c214ad21503880f7da129 /qpid/cpp | |
| parent | ec0c849b1510a727b0f6672d2c43286eb893d489 (diff) | |
| download | qpid-python-f852178dd581ac7009009c41bd6cf48278ec700a.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@964197 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index e6b13410d3..2b6a6fcf5d 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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 |
