diff options
author | Michal Ratajsky <[email protected]> | 2014-07-18 16:19:32 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-07-18 16:19:32 +0200 |
commit | 1c842063e1f7bf6803655ac193ac28704c4dc0c2 (patch) | |
tree | 2422cd690fe92e99de034bd4c7f75a031d75297c /backends/Makefile.am | |
parent | 56c76128b0144a5c61e77d2a7aec07a337cfb66d (diff) | |
download | libmatemixer-1c842063e1f7bf6803655ac193ac28704c4dc0c2.tar.bz2 libmatemixer-1c842063e1f7bf6803655ac193ac28704c4dc0c2.tar.xz |
Allow building without the Null module
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 |