summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-01-17 20:50:18 +0000
committerAlan Conway <aconway@apache.org>2008-01-17 20:50:18 +0000
commit56e90b29c29a63616a301b1e1feed61b2a92fe62 (patch)
treebab5d186f592de98e66958b0c5abec93eb3062e8 /qpid/cpp/src/Makefile.am
parente300ae9b607709b3127548f63f05601ef55eeb8c (diff)
downloadqpid-python-56e90b29c29a63616a301b1e1feed61b2a92fe62.tar.gz
Intrusive list template qpid::IList and unit tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@612976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 99022e4e6c..a79f263c82 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -144,7 +144,8 @@ libqpidcommon_la_SOURCES = \
qpid/Options.cpp \
qpid/log/Options.cpp \
qpid/log/Selector.cpp \
- qpid/log/Statement.cpp
+ qpid/log/Statement.cpp \
+ qpid/IList.h
libqpidbroker_la_LIBADD = libqpidcommon.la -lboost_iostreams
libqpidbroker_la_SOURCES = \