summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-18 16:19:32 +0200
committerMichal Ratajsky <[email protected]>2014-07-18 16:19:32 +0200
commit1c842063e1f7bf6803655ac193ac28704c4dc0c2 (patch)
tree2422cd690fe92e99de034bd4c7f75a031d75297c /backends
parent56c76128b0144a5c61e77d2a7aec07a337cfb66d (diff)
downloadlibmatemixer-1c842063e1f7bf6803655ac193ac28704c4dc0c2.tar.bz2
libmatemixer-1c842063e1f7bf6803655ac193ac28704c4dc0c2.tar.xz
Allow building without the Null module
Diffstat (limited to 'backends')
-rw-r--r--backends/Makefile.am6
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