summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
blob: 8ca01bd86db7dc5d03e7f1f9704b46b5eae73888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS =

if HAVE_NULL
SUBDIRS += null
endif

if HAVE_PULSEAUDIO
SUBDIRS += pulse
endif

if HAVE_OSS
SUBDIRS += oss
endif

-include $(top_srcdir)/git.mk