diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-19 22:33:29 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-19 22:33:29 +0000 |
| commit | f9631361fc24787ebe785060b9554a92b90a60d3 (patch) | |
| tree | d1abaf92889cd08c0135800addb5522799ced549 /cpp/src/Makefile.am | |
| parent | 2ef74a9007a608512fba7acd78984d7a94e98b8f (diff) | |
| download | qpid-python-f9631361fc24787ebe785060b9554a92b90a60d3.tar.gz | |
STL-style intrsive linked lists, single (ISList) and double (IList)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@629253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index d2242c2695..a785103b34 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -145,7 +145,9 @@ libqpidcommon_la_SOURCES = \ qpid/log/Options.cpp \ qpid/log/Selector.cpp \ qpid/log/Statement.cpp \ - qpid/IList.h + qpid/IList.h \ + qpid/ISList.h \ + qpid/pointer_to_other.h libqpidbroker_la_LIBADD = libqpidcommon.la -lboost_iostreams libqpidbroker_la_SOURCES = \ |
