diff options
| author | Alan Conway <aconway@apache.org> | 2008-04-10 12:36:58 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-04-10 12:36:58 +0000 |
| commit | efd3e09ea939ee627d13e8f33b9b814caf23cd50 (patch) | |
| tree | 8abd1007db7cf7fa3e0bc9e2bcd5b69e1c957d14 /qpid/cpp/src/tests/Makefile.am | |
| parent | 3b8a50cf443a5e20f1c151e3d6709cf3a86d13db (diff) | |
| download | qpid-python-efd3e09ea939ee627d13e8f33b9b814caf23cd50.tar.gz | |
Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@646778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 3f49d2c6af..7eddd9932e 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -43,7 +43,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ amqp_0_10/ProxyTemplate.cpp \ amqp_0_10/apply.cpp \ IncompleteMessageList.cpp \ - amqp_0_10/Map.cpp + amqp_0_10/Map.cpp \ + amqp_0_10/handlers.cpp check_LTLIBRARIES += libshlibtest.la libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir) |
