summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
blob: 0cf8dd486db768bc80c6404958a00925182d0a3c (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_OSS
SUBDIRS += oss
endif

if HAVE_OSS4
SUBDIRS += oss4
endif

-include $(top_srcdir)/git.mk