summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-10-15 12:31:32 +0000
committerAlan Conway <aconway@apache.org>2007-10-15 12:31:32 +0000
commit08db4e52bd7f22a45a35750525e87747584fe906 (patch)
treeb920aaef62acef11e2ee1236b8af9ac5cf47abab /cpp/src
parent43957b0f216de34040832ac70611611c4de3757b (diff)
downloadqpid-python-08db4e52bd7f22a45a35750525e87747584fe906.tar.gz
Added assert.cpp to makefile.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@584770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index d2c3718a1d..fc79773400 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -122,6 +122,7 @@ libqpidcommon_la_SOURCES = \
qpid/framing/MethodHolder.cpp \
qpid/framing/MethodHolderMaxSize.h \
qpid/framing/TransferContent.cpp \
+ qpid/assert.cpp qpid/assert.h \
qpid/Exception.cpp \
qpid/Plugin.cpp \
qpid/Url.cpp \