aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-25 14:28:52 +0200
committerMattias Andrée <maandree@kth.se>2022-07-25 14:28:52 +0200
commit86610e5796cdf65b383c7612bc069bbc2c24cebf (patch)
tree292c7c9eb172adecef439f6740a7c7e27a4c8111 /Makefile
parentlibgamepad_open_superdevice.c: do not change errno on success (diff)
downloadlibgamepad-86610e5796cdf65b383c7612bc069bbc2c24cebf.tar.gz
libgamepad-86610e5796cdf65b383c7612bc069bbc2c24cebf.tar.bz2
libgamepad-86610e5796cdf65b383c7612bc069bbc2c24cebf.tar.xz
Add support for audio devices
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36e7dcc..a35fd79 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ OBJ =\
libgamepad_create_attachment_monitor.o\
libgamepad_destroy_attachment_monitor.o\
libgamepad_disable_force_feedback_autocenter.o\
+ libgamepad_find_sound_devices.o\
libgamepad_get_absolute_axis_info.o\
libgamepad_get_absolute_axis_name.o\
libgamepad_get_attachment_event.o\