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 | 599ff4a59af78af75639a05a3e87a29f81a29e2b (patch) | |
| tree | fc7bf12213abb6c2cdbfa8dd658cbc2c62f47741 /cpp/src/tests/Makefile.am | |
| parent | 0e16f6997fe87a5241d0cbbd6ad6b0df1bfffc8f (diff) | |
| download | qpid-python-599ff4a59af78af75639a05a3e87a29f81a29e2b.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/qpid@646778 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 3f49d2c6af..7eddd9932e 100644 --- a/cpp/src/tests/Makefile.am +++ b/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) |
