summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-08-30 16:21:00 +0000
committerAlan Conway <aconway@apache.org>2011-08-30 16:21:00 +0000
commit93019e210bcfa9b864801af04dd42788a6152156 (patch)
treee2b00c08438f05d3d628540495ad3d4ecf00015c /cpp/src/Makefile.am
parent5ac0b38e9f93ecaeea60eafe8a5598147bed2da9 (diff)
downloadqpid-python-93019e210bcfa9b864801af04dd42788a6152156.tar.gz
NO-JIRA: Revert change to Msg.h introduced in r1162273
The change did not compile on windows due to EXTERN declaration issues. Changes has been backed out as it is not critical and can be addressed elsewhere. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1163275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 9171caed1e..2663987f75 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -744,7 +744,6 @@ libqpidclient_la_LDFLAGS = -version-info $(QPIDCLIENT_VERSION_INFO)
libqpidtypes_la_LIBADD= -luuid
libqpidtypes_la_SOURCES= \
- qpid/Msg.cpp \
qpid/types/Exception.cpp \
qpid/types/Uuid.cpp \
qpid/types/Variant.cpp \