summaryrefslogtreecommitdiff
blob: 3ede79860f6cd2ce64c889ab8f823c78b946dae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Alsa upstream added a couple of configure options to disable some plugins but
forgot to reflect these changes in Makefile.am.

--- alsa-plugins-1.1.5/Makefile.am
+++ alsa-plugins-1.1.5/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = oss mix usb_stream arcam-av doc
+SUBDIRS = doc
 if HAVE_JACK
 SUBDIRS += jack
 endif
@@ -20,6 +20,18 @@
 if HAVE_SPEEXDSP
 SUBDIRS += speex
 endif
+if HAVE_OSS
+SUBDIRS += oss
+endif
+if HAVE_MIX
+SUBDIRS += mix
+endif
+if HAVE_USBSTREAM
+SUBDIRS += usb_stream
+endif
+if HAVE_ARCAMAV
+SUBDIRS += arcam-av
+endif
 
 EXTRA_DIST = gitcompile version COPYING.GPL m4/attributes.m4
 AUTOMAKE_OPTIONS = foreign