From 80e045e57690b067aaeaa4fed74d61f9b494fbbc Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Fri, 7 Oct 2005 04:38:50 +0000 Subject: [PATCH] fix paths. Bug #76357 svn path=/trunk/xsp/; revision=51392 --- tools/asp_state/Makefile.am | 4 ++-- tools/dbsessmgr/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/asp_state/Makefile.am b/tools/asp_state/Makefile.am index c245b3e..02407d6 100644 --- a/tools/asp_state/Makefile.am +++ b/tools/asp_state/Makefile.am @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -aspstatedir = $(prefix)/lib/mono/1.0 +aspstatedir = $(prefix)/lib/xsp/1.0 aspstate_SCRIPTS = asp-state.exe asp-state.exe.config if NET_2_0 scripts2 = asp-state2.exe asp-state2.exe.config endif -aspstate2dir = $(prefix)/lib/mono/2.0 +aspstate2dir = $(prefix)/lib/xsp/2.0 aspstate2_SCRIPTS = $(scripts2) EXTRA_DIST = $(aspstate_input) asp-state.exe.config asp-state2.exe.config diff --git a/tools/dbsessmgr/Makefile.am b/tools/dbsessmgr/Makefile.am index ca5112a..60802b5 100644 --- a/tools/dbsessmgr/Makefile.am +++ b/tools/dbsessmgr/Makefile.am @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -dbsessmgrdir = $(prefix)/lib/mono/1.0 +dbsessmgrdir = $(prefix)/lib/xsp/1.0 dbsessmgr_SCRIPTS = dbsessmgr.exe dbsessmgr.exe.config if NET_2_0 scripts2 = dbsessmgr2.exe dbsessmgr2.exe.config endif -dbsessmgr2dir = $(prefix)/lib/mono/2.0 +dbsessmgr2dir = $(prefix)/lib/xsp/2.0 dbsessmgr2_SCRIPTS = $(scripts2) EXTRA_DIST = $(dbsessmgr_input) dbsessmgr.exe.config dbsessmgr2.exe.config