summaryrefslogtreecommitdiff
path: root/Examples/guile
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2005-11-27 02:17:20 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2005-11-27 02:17:20 +0000
commitd5122e2a9cb3fa00c939ebb120bc771fbe86be8a (patch)
treee5c0aa6ba574dc88e16be44a83a13e81652cde0d /Examples/guile
parente7bd6be39ea1b16d9530cd78982d5c704e110f21 (diff)
downloadswig-d5122e2a9cb3fa00c939ebb120bc771fbe86be8a.tar.gz
force examples to use preinst-swig, as is done in the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/guile')
-rw-r--r--Examples/guile/multimap/Makefile2
-rw-r--r--Examples/guile/multivalue/Makefile2
-rw-r--r--Examples/guile/std_vector/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/Examples/guile/multimap/Makefile b/Examples/guile/multimap/Makefile
index 1ab46d030..dc9c66d1f 100644
--- a/Examples/guile/multimap/Makefile
+++ b/Examples/guile/multimap/Makefile
@@ -1,5 +1,5 @@
TOP = ../..
-SWIG = $(TOP)/../swig
+SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
diff --git a/Examples/guile/multivalue/Makefile b/Examples/guile/multivalue/Makefile
index 1ab46d030..dc9c66d1f 100644
--- a/Examples/guile/multivalue/Makefile
+++ b/Examples/guile/multivalue/Makefile
@@ -1,5 +1,5 @@
TOP = ../..
-SWIG = $(TOP)/../swig
+SWIG = $(TOP)/../preinst-swig
SRCS = example.c
TARGET = example
INTERFACE = example.i
diff --git a/Examples/guile/std_vector/Makefile b/Examples/guile/std_vector/Makefile
index fb491c2e7..2733fb017 100644
--- a/Examples/guile/std_vector/Makefile
+++ b/Examples/guile/std_vector/Makefile
@@ -1,5 +1,5 @@
TOP = ../..
-SWIG = $(TOP)/../swig
+SWIG = $(TOP)/../preinst-swig
SRCS =
TARGET = example
INTERFACE = example.i