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
commita10352b1767f72e80a6621c324021206128af3ef (patch)
treee2b00c08438f05d3d628540495ad3d4ecf00015c /cpp/src/Makefile.am
parent42c59ff146df419e273b5efa923eac9114f78bf6 (diff)
downloadqpid-python-a10352b1767f72e80a6621c324021206128af3ef.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 \