diff options
author | Michal Ratajsky <[email protected]> | 2014-07-18 16:51:07 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-07-18 16:51:07 +0200 |
commit | 0bc3aa762cd794da510f03229840d939ee7bc0c9 (patch) | |
tree | 889ec2ae5954a45ea68c3166cbab6bbe16c342cb /backends/Makefile.am | |
parent | 1c842063e1f7bf6803655ac193ac28704c4dc0c2 (diff) | |
download | libmatemixer-0bc3aa762cd794da510f03229840d939ee7bc0c9.tar.bz2 libmatemixer-0bc3aa762cd794da510f03229840d939ee7bc0c9.tar.xz |
Add module skeleton and build support
Diffstat (limited to 'backends/Makefile.am')
-rw-r--r-- | backends/Makefile.am | 4 |
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 |