summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-07 09:00:24 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-07 09:00:24 -0500
commitf66d7ca13ae6bd3d3a2baad193ba50741ddad4bb (patch)
treec4471789418678c6a0bae462399cbbe5e8fb14cf /Makefile.am
parent14cad2fd445392e46916a6dffbc376376bd014c7 (diff)
wrappers: Add GSL wrapper.
* Makefile.am (WRAPPER_SOURCES): Add it. * sly/wrappers/gsl.scm: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 397f639..5dc36fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,6 +62,7 @@ SOURCES = \
WRAPPER_SOURCES = \
sly/wrappers/freeimage.scm \
sly/wrappers/gl.scm \
+ sly/wrappers/gsl.scm \
sly/wrappers/util.scm
sly/config.scm: Makefile