diff options
| author | Alan Conway <aconway@apache.org> | 2008-07-08 19:03:52 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-07-08 19:03:52 +0000 |
| commit | af6e0524bdd933fadf0baa454b461a91526a3347 (patch) | |
| tree | 14f6328aad1107f7b80a0d1a6d8aa32204b90973 /cpp/src/tests/Makefile.am | |
| parent | 1b4c02dc9fbef138f7ed59550d533fe3ae13017f (diff) | |
| download | qpid-python-af6e0524bdd933fadf0baa454b461a91526a3347.tar.gz | |
Revert un-necessary Plugin complications. Better solution for plugin extension points coming up...
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@674915 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 f72264d69a..0fadc39c8b 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -135,7 +135,8 @@ EXTRA_DIST += \ MessageUtils.h \ TestMessageStore.h \ MockConnectionInputHandler.h \ - TxMocks.h + TxMocks.h \ + qpid_test_plugin.h check_LTLIBRARIES += libdlclose_noop.la libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir) |
