scripts/Makefile.am | 4 ++-- src/Mono.WebServer/Makefile.am | 4 ++-- tools/asp_state/Makefile.am | 4 ++-- tools/dbsessmgr/Makefile.am | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 305feb8..b77e024 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -17,11 +17,11 @@ bin_SCRIPTS = $(bin2_scripts) $(tool2_scripts) $(tool_scripts) $(bin_scripts) $( CLEANFILES = $(bin2_scripts_real) $(tool2_scripts) $(bin_scripts) $(tool_scripts) $(bin4_scripts) $(tool4_scripts) plat_bindir2 = $(prefix)/lib/mono/2.0 -plat_tooldir2 = $(prefix)/lib/xsp/2.0 +plat_tooldir2 = $(prefix)/lib/mono/2.0 if NET_4_0 plat_bindir4 = $(prefix)/lib/mono/4.0 -plat_tooldir4 = $(prefix)/lib/xsp/4.0 +plat_tooldir4 = $(prefix)/lib/mono/4.0 endif REWRITE2 = sed \ diff --git a/src/Mono.WebServer/Makefile.am b/src/Mono.WebServer/Makefile.am index 6c0c4b5..256f61b 100644 --- a/src/Mono.WebServer/Makefile.am +++ b/src/Mono.WebServer/Makefile.am @@ -3,13 +3,13 @@ builddir=$(top_builddir)/src/Mono.WebServer MCSFLAGS= -debug+ -debug:full -nologo -nowarn:618 $(WEBTRACING) -unsafe -keyfile:$(top_srcdir)/src/mono.snk SYSTEMCORE_DEP=@SYSTEMCORE_DEP@ -monowebserver2dir = $(prefix)/lib/xsp/2.0 +monowebserver2dir = $(prefix)/lib/mono/2.0 monowebserver2_install = 2.0/Mono.WebServer2.dll monowebserver2_references = -r:System.Web.dll -r:System.Configuration.dll -r:Mono.Security.dll -r:System.Core.dll GACUTIL2=$(GACUTIL) -package 2.0 if NET_4_0 -monowebserver4dir = $(prefix)/lib/xsp/4.0 +monowebserver4dir = $(prefix)/lib/mono/4.0 monowebserver4_install = 4.0/Mono.WebServer2.dll monowebserver4_references = $(monowebserver2_references) GACUTIL4=$(GACUTIL) -package 4.0 diff --git a/tools/asp_state/Makefile.am b/tools/asp_state/Makefile.am index ea56700..5ceb62e 100644 --- a/tools/asp_state/Makefile.am +++ b/tools/asp_state/Makefile.am @@ -2,14 +2,14 @@ MCSFLAGS= -debug+ -debug:full -nologo scripts2 = asp-state2.exe data2 = asp-state2.exe.config -aspstate2dir = $(prefix)/lib/xsp/2.0 +aspstate2dir = $(prefix)/lib/mono/2.0 aspstate2_SCRIPTS = $(scripts2) aspstate2_DATA = $(data2) if NET_4_0 scripts4 = asp-state4.exe data4 = asp-state4.exe.config -aspstate4dir = $(prefix)/lib/xsp/4.0 +aspstate4dir = $(prefix)/lib/mono/4.0 aspstate4_SCRIPTS = $(scripts4) aspstate4_DATA = $(data4) endif diff --git a/tools/dbsessmgr/Makefile.am b/tools/dbsessmgr/Makefile.am index ab90b93..67bc6c1 100644 --- a/tools/dbsessmgr/Makefile.am +++ b/tools/dbsessmgr/Makefile.am @@ -2,14 +2,14 @@ MCSFLAGS= -debug+ -debug:full -nologo scripts2 = dbsessmgr2.exe data2 = dbsessmgr2.exe.config -dbsessmgr2dir = $(prefix)/lib/xsp/2.0 +dbsessmgr2dir = $(prefix)/lib/mono/2.0 dbsessmgr2_SCRIPTS = $(scripts2) dbsessmgr2_DATA = $(data2) if NET_4_0 scripts4 = dbsessmgr4.exe data4 = dbsessmgr4.exe.config -dbsessmgr4dir = $(prefix)/lib/xsp/4.0 +dbsessmgr4dir = $(prefix)/lib/mono/4.0 dbsessmgr4_SCRIPTS = $(scripts4) dbsessmgr4_DATA = $(data4) endif