diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2009-06-04 13:31:01 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2009-06-04 13:31:01 +0000 |
| commit | 8cd3c2e8d906ebc34e2297b7f1bd3752448031c0 (patch) | |
| tree | 2072157e8775a575da13a8573b3eef00e9e7ba7b /cpp/src/Makefile.am | |
| parent | 900b798d1a52a80adccf1bb53b743d422ab15891 (diff) | |
| download | qpid-python-8cd3c2e8d906ebc34e2297b7f1bd3752448031c0.tar.gz | |
Made the test_store lib installable to be used with installable tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index bba0b83509..d9b8b54222 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -116,6 +116,8 @@ qpidexec_SCRIPTS = qpidtestdir = $(qpidexecdir)/test qpidtest_PROGRAMS = qpidtest_SCRIPTS = +tmoduledir = $(libdir)/qpid/test +tmodule_LTLIBRARIES= ## Automake macros to build libraries and executables. qpidd_CXXFLAGS = $(AM_CXXFLAGS) -DQPIDD_MODULE_DIR=\"$(dmoduledir)\" -DQPIDD_CONF_FILE=\"$(sysconfdir)/qpidd.conf\" |
