diff options
author | Michal Ratajsky <[email protected]> | 2014-08-12 04:56:55 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-08-12 04:56:55 +0200 |
commit | 6c6d4239ddc807e922df3874654f99eea291aadb (patch) | |
tree | 558f48fc965476344a946d93088680db3b5bac41 /backends/Makefile.am | |
parent | 8436ec1641eee8868128755f6d1475230cea25e6 (diff) | |
download | libmatemixer-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.am | 8 |
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 |