diff options
| author | Ted Ross <tross@apache.org> | 2011-03-29 18:21:06 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-03-29 18:21:06 +0000 |
| commit | e75f02a7aa5cf8a3b6726b6478260bd5a0118028 (patch) | |
| tree | b0259c5ee334c728ec9bc5c4398d52a722fcd53f /cpp/src | |
| parent | 5885e7a18130e7227fccc823fbef60538a9186da (diff) | |
| download | qpid-python-e75f02a7aa5cf8a3b6726b6478260bd5a0118028.tar.gz | |
NO-JIRA - Fixed case error in the automake file.
This caused a missing dependency in the qpidtypes library.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1086663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index e3a5a70564..0baf114046 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -742,7 +742,7 @@ libqpidclient_la_SOURCES = \ QPIDCLIENT_VERSION_INFO = 2:0:0 libqpidclient_la_LDFLAGS = -version-info $(QPIDCLIENT_VERSION_INFO) -libqpidtypes_la_libadd=-luuid +libqpidtypes_la_LIBADD= -luuid libqpidtypes_la_SOURCES= \ qpid/types/Exception.cpp \ qpid/types/Uuid.cpp \ |
