diff options
author | Kim van der Riet <kpvdr@apache.org> | 2009-06-11 18:59:31 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2009-06-11 18:59:31 +0000 |
commit | 283416df60946f2a4480f2f947800aaf771c0f22 (patch) | |
tree | ba63cf98a58f428c38b65c65d9227ee08b62417f | |
parent | 3726e503418c3cb2361afe2e0378010e6f3e5353 (diff) | |
download | qpid-python-283416df60946f2a4480f2f947800aaf771c0f22.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@783876 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index d9b8b54222..75ba30525b 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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. |