diff options
Diffstat (limited to 'backends/Makefile.am')
-rw-r--r-- | backends/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index d2f0e96..e223042 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = null +SUBDIRS = + +if HAVE_NULL +SUBDIRS += null +endif if HAVE_PULSEAUDIO SUBDIRS += pulse |