diff options
author | Michal Ratajsky <[email protected]> | 2014-05-24 00:15:24 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-05-24 00:15:24 +0200 |
commit | caf4d9b8b8b0d26856d2d64f00ab23756867a923 (patch) | |
tree | bfe58f689a50c3f7f9da3349fbfbc8d42a21a30a /backends/Makefile.am | |
download | libmatemixer-caf4d9b8b8b0d26856d2d64f00ab23756867a923.tar.bz2 libmatemixer-caf4d9b8b8b0d26856d2d64f00ab23756867a923.tar.xz |
Initial commit
Diffstat (limited to 'backends/Makefile.am')
-rw-r--r-- | backends/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am new file mode 100644 index 0000000..d2f0e96 --- /dev/null +++ b/backends/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS = null + +if HAVE_PULSEAUDIO +SUBDIRS += pulse +endif + +-include $(top_srcdir)/git.mk |