From 8436ec1641eee8868128755f6d1475230cea25e6 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sun, 27 Jul 2014 13:12:53 +0200 Subject: Beginning of OSS4 support --- backends/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/Makefile.am') 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 -- cgit v1.2.1