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/tests/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/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 87960145a4..5291891510 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -35,7 +35,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ SessionState.cpp Blob.cpp logging.cpp \ Url.cpp Uuid.cpp \ Shlib.cpp FieldValue.cpp FieldTable.cpp Array.cpp \ - InlineVector.cpp + InlineVector.cpp \ + IList.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) |
