summaryrefslogtreecommitdiff
path: root/backends/Makefile.am
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-27 13:12:53 +0200
committerMichal Ratajsky <[email protected]>2014-07-27 13:12:53 +0200
commit8436ec1641eee8868128755f6d1475230cea25e6 (patch)
tree1883410069b08ad7068ee1fc52df3fadb60d7bd3 /backends/Makefile.am
parente369a047e3a43bd149fbce0af475bdef853aaf1a (diff)
downloadlibmatemixer-8436ec1641eee8868128755f6d1475230cea25e6.tar.bz2
libmatemixer-8436ec1641eee8868128755f6d1475230cea25e6.tar.xz
Beginning of OSS4 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 8ca01bd..0cf8dd4 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -12,4 +12,8 @@ if HAVE_OSS
SUBDIRS += oss
endif
+if HAVE_OSS4
+SUBDIRS += oss4
+endif
+
-include $(top_srcdir)/git.mk