summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-08-12 04:56:55 +0200
committerMichal Ratajsky <[email protected]>2014-08-12 04:56:55 +0200
commit6c6d4239ddc807e922df3874654f99eea291aadb (patch)
tree558f48fc965476344a946d93088680db3b5bac41 /backends/Makefile.am
parent8436ec1641eee8868128755f6d1475230cea25e6 (diff)
downloadlibmatemixer-6c6d4239ddc807e922df3874654f99eea291aadb.tar.bz2
libmatemixer-6c6d4239ddc807e922df3874654f99eea291aadb.tar.xz
Add ALSA, improve OSS and remove OSS4
Diffstat (limited to 'backends/Makefile.am')
-rw-r--r--backends/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am
index 0cf8dd4..4a8afff 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -8,12 +8,12 @@ if HAVE_PULSEAUDIO
SUBDIRS += pulse
endif
-if HAVE_OSS
-SUBDIRS += oss
+if HAVE_ALSA
+SUBDIRS += alsa
endif
-if HAVE_OSS4
-SUBDIRS += oss4
+if HAVE_OSS
+SUBDIRS += oss
endif
-include $(top_srcdir)/git.mk