summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-01-08 21:13:36 -0500
committerDavid Thompson <dthompson2@worcester.edu>2019-01-08 21:13:36 -0500
commit8350f7b806d612584be1ff56610ef51202965777 (patch)
tree8bd1d50f4ee137eb2c2778fa53f1a73e2fc800b3 /Makefile.am
parent6b4f2d5ebf81d7eea262ce45ae189e79b103cb09 (diff)
Add SDL2 game controller database file.
This will allow for lots of controllers to be automatically mapped correctly without the user having to do anything. * data/gamecontrollerdb.txt: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * chickadee.scm (run-game): Load game controller db file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 27ef0bb..74f81f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,7 +97,8 @@ EXTRA_DIST += \
examples/maps/example.tmx
dist_pkgdata_DATA = \
- data/AUTHORS
+ data/AUTHORS \
+ data/gamecontrollerdb.txt
fontsdir = $(pkgdatadir)/fonts
dist_fonts_DATA = \