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

if HAVE_NULL
SUBDIRS += null
endif

if HAVE_PULSEAUDIO
SUBDIRS += pulse
endif

-include $(top_srcdir)/git.mk