summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2009-06-11 18:59:31 +0000
committerKim van der Riet <kpvdr@apache.org>2009-06-11 18:59:31 +0000
commit4c3fd11da5b92d8223c02e9c99536eca0cf1d258 (patch)
tree50fd42914f5efa37d52d0f366cf89a26e5bd40a8 /cpp/src
parent77a7281068e70993a14bab1e289cce5c6c005922 (diff)
downloadqpid-python-4c3fd11da5b92d8223c02e9c99536eca0cf1d258.tar.gz
Change to test directory names for installed tests missed in previous checkin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index d9b8b54222..75ba30525b 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -113,10 +113,10 @@ INCLUDES = -Igen -I$(srcdir)/gen
qpidexecdir = $(libexecdir)/qpid
qpidexec_PROGRAMS =
qpidexec_SCRIPTS =
-qpidtestdir = $(qpidexecdir)/test
+qpidtestdir = $(qpidexecdir)/tests
qpidtest_PROGRAMS =
qpidtest_SCRIPTS =
-tmoduledir = $(libdir)/qpid/test
+tmoduledir = $(libdir)/qpid/tests
tmodule_LTLIBRARIES=
## Automake macros to build libraries and executables.