diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-17 08:47:21 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-17 08:47:21 -0500 |
commit | b8d683c3dd48a2780fa574b6750951cc2548056b (patch) | |
tree | 3ebb4292740759ce65ccfdafe0bdf7d4d66d4b1f | |
parent | 6c9408e0440b8d4a283a45cbf599c143a57c931c (diff) |
Remove reference to deleted FTGL wrapper from Makefile.am.
* Makefile.am (WRAPPER_SOURCES): Remove '2d/wrappers/ftgl.scm'.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bcae0ac..45ee7f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,6 @@ REPL_SOURCES = \ WRAPPER_SOURCES = \ 2d/wrappers/freeimage.scm \ - 2d/wrappers/ftgl.scm \ 2d/wrappers/gl.scm \ 2d/wrappers/util.scm |