From 283416df60946f2a4480f2f947800aaf771c0f22 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Thu, 11 Jun 2009 18:59:31 +0000 Subject: 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 --- qpid/cpp/src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp') 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. -- cgit v1.2.1