summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
diff options
context:
space:
mode:
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