diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-17 08:45:45 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-17 08:45:45 -0500 |
commit | 6c9408e0440b8d4a283a45cbf599c143a57c931c (patch) | |
tree | 5ea43d9c0e27e073bb99e1515c11e2e4e83a28c7 | |
parent | c11417902e1c013b13904bd71e6db4ba2f3c2df1 (diff) |
Remove example font from Makefile.am.
* examples/Makefile.am (fontdir, font_DATA): Delete them.
-rw-r--r-- | examples/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 384da24..aa71173 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,9 +16,6 @@ image_DATA = \ images/stars.png \ images/tiles.png -fontdir = $(pkgdatadir)/examples/fonts -font_DATA = fonts/Boxy-Bold.ttf - shaderdir = $(pkgdatadir)/examples/shaders shader_DATA = \ shaders/vertex-shader.glsl \ |