summaryrefslogtreecommitdiff
path: root/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
commit15c3f85149bfcf60a70662a4c9ca9763d40e4e72 (patch)
treed0b44deaba3fc0f8981fbf68b458c41418dc1de0 /cpp/src/Makefile.am
parent59399402ad75d99b452e270821ec97975e266685 (diff)
downloadqpid-python-15c3f85149bfcf60a70662a4c9ca9763d40e4e72.tar.gz
Intrusive list template qpid::IList and unit tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 99022e4e6c..a79f263c82 100644
--- a/cpp/src/Makefile.am
+++ b/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 = \