Blob Blame History Raw
--- xsp-1.2.6/tools/asp_state/Makefile.am	2007-07-24 23:56:21.000000000 +0100
+++ xsp-1.2.6/tools/asp_state/Makefile-new.am	2007-12-17 00:29:00.000000000 +0000
@@ -1,6 +1,6 @@
 MCSFLAGS= -debug+ -debug:full -nologo
 
-aspstatedir = $(prefix)/lib/xsp/1.0
+aspstatedir = $(libdir)/xsp/1.0
 aspstate_SCRIPTS = asp-state.exe
 aspstate_DATA = asp-state.exe.config
 
@@ -8,7 +8,7 @@
 scripts2 = asp-state2.exe
 data2 = asp-state2.exe.config
 endif
-aspstate2dir = $(prefix)/lib/xsp/2.0
+aspstate2dir = $(libdir)/xsp/2.0
 aspstate2_SCRIPTS = $(scripts2)
 aspstate2_DATA = $(data2)
 
--- xsp-1.2.6/tools/dbsessmgr/Makefile.am	2007-07-24 23:56:21.000000000 +0100
+++ xsp-1.2.6/tools/dbsessmgr/Makefile-new.am	2007-12-17 00:28:19.000000000 +0000
@@ -1,6 +1,6 @@
 MCSFLAGS= -debug+ -debug:full -nologo
 
-dbsessmgrdir = $(prefix)/lib/xsp/1.0
+dbsessmgrdir = $(libdir)/xsp/1.0
 dbsessmgr_SCRIPTS = dbsessmgr.exe
 dbsessmgr_DATA = dbsessmgr.exe.config
 
@@ -8,7 +8,7 @@
 scripts2 = dbsessmgr2.exe
 data2 = dbsessmgr2.exe.config
 endif
-dbsessmgr2dir = $(prefix)/lib/xsp/2.0
+dbsessmgr2dir = $(libdir)/xsp/2.0
 dbsessmgr2_SCRIPTS = $(scripts2)
 dbsessmgr2_DATA = $(data2)