blob: 4a8afff1328fc6ad92bf0750ccfb8161aaa9c9f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUBDIRS =
if HAVE_NULL
SUBDIRS += null
endif
if HAVE_PULSEAUDIO
SUBDIRS += pulse
endif
if HAVE_ALSA
SUBDIRS += alsa
endif
if HAVE_OSS
SUBDIRS += oss
endif
-include $(top_srcdir)/git.mk
|