summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-18 16:51:07 +0200
committerMichal Ratajsky <[email protected]>2014-07-18 16:51:07 +0200
commit0bc3aa762cd794da510f03229840d939ee7bc0c9 (patch)
tree889ec2ae5954a45ea68c3166cbab6bbe16c342cb /backends/Makefile.am
parent1c842063e1f7bf6803655ac193ac28704c4dc0c2 (diff)
downloadlibmatemixer-0bc3aa762cd794da510f03229840d939ee7bc0c9.tar.bz2
libmatemixer-0bc3aa762cd794da510f03229840d939ee7bc0c9.tar.xz
Add module skeleton and build support
Diffstat (limited to 'backends/Makefile.am')
-rw-r--r--backends/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am
index e223042..8ca01bd 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -8,4 +8,8 @@ if HAVE_PULSEAUDIO
SUBDIRS += pulse
endif
+if HAVE_OSS
+SUBDIRS += oss
+endif
+
-include $(top_srcdir)/git.mk