From f66d7ca13ae6bd3d3a2baad193ba50741ddad4bb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 7 Nov 2014 09:00:24 -0500 Subject: wrappers: Add GSL wrapper. * Makefile.am (WRAPPER_SOURCES): Add it. * sly/wrappers/gsl.scm: New file. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3