summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-08-10 17:01:55 +0000
committerGordon Sim <gsim@apache.org>2011-08-10 17:01:55 +0000
commitd687ac9e72fb9875c232750cdc21246e1d9c982f (patch)
tree839ab35c2358b638f1980604aa1aa6ce398b6e37 /cpp/src/Makefile.am
parent238a7f000808121c53186625220240c4e709e4fa (diff)
downloadqpid-python-d687ac9e72fb9875c232750cdc21246e1d9c982f.tar.gz
NO-JIRA: Remove redundant code (qpid::Url now does everything required)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1156262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 4e13e9ad9c..4f9d7ab28a 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -789,9 +789,7 @@ libqpidmessaging_la_SOURCES = \
qpid/client/amqp0_10/SessionImpl.h \
qpid/client/amqp0_10/SessionImpl.cpp \
qpid/client/amqp0_10/SenderImpl.h \
- qpid/client/amqp0_10/SenderImpl.cpp \
- qpid/client/amqp0_10/SimpleUrlParser.h \
- qpid/client/amqp0_10/SimpleUrlParser.cpp
+ qpid/client/amqp0_10/SenderImpl.cpp
QPIDMESSAGING_VERSION_INFO = 2:0:0
libqpidmessaging_la_LDFLAGS = -version-info $(QPIDMESSAGING_VERSION_INFO)