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 | 830577a630b1480d42481df9ac25657585ba7825 (patch) | |
| tree | b0259c5ee334c728ec9bc5c4398d52a722fcd53f /cpp/src | |
| parent | 72e229d71e99923fa25317aec24996017c04016c (diff) | |
| download | qpid-python-830577a630b1480d42481df9ac25657585ba7825.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 \ |
