summaryrefslogtreecommitdiff
path: root/Examples/guile
diff options
context:
space:
mode:
authorGeert Janssens <janssens-geert@telenet.be>2013-05-10 18:29:26 +0200
committerGeert Janssens <janssens-geert@telenet.be>2013-05-10 18:29:26 +0200
commite5f6ec8912628ac27447e4d8c276098a4d8b24c6 (patch)
tree462049fe26300a96d80f974a714a49da27ed843c /Examples/guile
parent199c1f3249abd677e7d5d5e8b3c709e8d8019331 (diff)
downloadswig-e5f6ec8912628ac27447e4d8c276098a4d8b24c6.tar.gz
Guile fix matrix example
Got broken in commit dd36f28ac7b28ecb78736894796bdcab9d945e07 (Migrate Guile examples build into common Examples makefile)
Diffstat (limited to 'Examples/guile')
-rw-r--r--Examples/guile/matrix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/guile/matrix/Makefile b/Examples/guile/matrix/Makefile
index 8a6ff81de..a32210e65 100644
--- a/Examples/guile/matrix/Makefile
+++ b/Examples/guile/matrix/Makefile
@@ -9,7 +9,7 @@ check: build
build:
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \
- TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' guile_augmented
+ TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' LIBS='-lm' guile_augmented
clean:
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' guile_clean