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 | 23a894bc781b464adb8d336c92d20c2775fac1c5 (patch) | |
| tree | c56f1d7bfcbede118f5ed98ea00c9ccbac68a235 /qpid/cpp/src/tests/Makefile.am | |
| parent | 9ea78c2ae8346802d58b9cf8c18d575550caae03 (diff) | |
| download | qpid-python-23a894bc781b464adb8d336c92d20c2775fac1c5.tar.gz | |
STL-style intrsive linked lists, single (ISList) and double (IList)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@629253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 5d29f3d979..0e3a7d4ff6 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -36,7 +36,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ Url.cpp Uuid.cpp \ Shlib.cpp FieldValue.cpp FieldTable.cpp Array.cpp \ InlineVector.cpp \ - IList.cpp \ + ISList.cpp IList.cpp \ ClientSessionTest.cpp check_LTLIBRARIES += libshlibtest.la |
