From 1c842063e1f7bf6803655ac193ac28704c4dc0c2 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Fri, 18 Jul 2014 16:19:32 +0200 Subject: Allow building without the Null module --- backends/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'backends/Makefile.am') 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 -- cgit v1.2.1