aboutsummaryrefslogtreecommitdiffhomepage
path: root/bootstrap.am
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.am')
-rw-r--r--bootstrap.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.am b/bootstrap.am
index 61fc0d3..872ed70 100644
--- a/bootstrap.am
+++ b/bootstrap.am
@@ -11,11 +11,11 @@ export SCITECOPATH=@top_srcdir@/lib
# available after the binary has been built in src/
# (ie. in SUBDIRS after src/).
if BOOTSTRAP
-SCITECO_MINIMAL = @top_builddir@/src/sciteco-minimal$(EXEEXT)
-SCITECO_FULL = @top_builddir@/src/sciteco$(EXEEXT)
+SCITECO_MINIMAL = @LAUNCHER@ @top_builddir@/src/sciteco-minimal$(EXEEXT)
+SCITECO_FULL = @LAUNCHER@ @top_builddir@/src/sciteco$(EXEEXT)
else
-SCITECO_MINIMAL = @SCITECO@
-SCITECO_FULL = @SCITECO@
+SCITECO_MINIMAL = @LAUNCHER@ @SCITECO@
+SCITECO_FULL = @LAUNCHER@ @SCITECO@
endif
# Path of installed `sciteco` binary,