summaryrefslogtreecommitdiff
path: root/Examples/guile
diff options
context:
space:
mode:
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