diff options
| author | Alan Conway <aconway@apache.org> | 2008-01-17 20:50:18 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-01-17 20:50:18 +0000 |
| commit | 15c3f85149bfcf60a70662a4c9ca9763d40e4e72 (patch) | |
| tree | d0b44deaba3fc0f8981fbf68b458c41418dc1de0 /cpp/src/Makefile.am | |
| parent | 59399402ad75d99b452e270821ec97975e266685 (diff) | |
| download | qpid-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.am | 3 |
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 = \ |
