summaryrefslogtreecommitdiff
path: root/backends/alsa/Makefile.am
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 22:18:34 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 22:18:34 +0100
commit068d95e1c28b0e20e692c5ecb24f044542e82ae9 (patch)
tree5be0c066ba9d6ce605c4b82e8e0ae2ec8c00bb9c /backends/alsa/Makefile.am
parente72c6f834323e65a41f2ab50047d6fd98f1e09db (diff)
downloadlibmatemixer-068d95e1c28b0e20e692c5ecb24f044542e82ae9.tar.bz2
libmatemixer-068d95e1c28b0e20e692c5ecb24f044542e82ae9.tar.xz
alsa: Use MateMixerStreamSwitch
Also introduce alsa-types.h and move instance typedefs there to fix cross referencing introduced by this change
Diffstat (limited to 'backends/alsa/Makefile.am')
-rw-r--r--backends/alsa/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/alsa/Makefile.am b/backends/alsa/Makefile.am
index 48dcaba..c192cfb 100644
--- a/backends/alsa/Makefile.am
+++ b/backends/alsa/Makefile.am
@@ -33,7 +33,8 @@ libmatemixer_alsa_la_SOURCES = \
alsa-switch-option.c \
alsa-switch-option.h \
alsa-toggle.c \
- alsa-toggle.h
+ alsa-toggle.h \
+ alsa-types.h
libmatemixer_alsa_la_LIBADD = \
$(GLIB_LIBS) \