diff options
author | Colin Guthrie <colin@mageia.org> | 2011-06-23 21:31:08 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-06-23 21:56:05 +0100 |
commit | 9ee422916f4bef1e8530ba4e882e11eae2475999 (patch) | |
tree | c68a18ec3d7f1f8fedf7e1eebe08001ac65f5aa6 /src/modules | |
parent | c3bfcc9fdb0094a3e6276e948263a2e8e83534bb (diff) |
build-sys: Add echo-cancel dummy Makefile
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/Makefile.am | 2 | ||||
-rw-r--r-- | src/modules/echo-cancel/Makefile.am | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index e99451df..0bf69edd 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -17,4 +17,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -SUBDIRS = alsa bluetooth gconf jack oss raop rtp x11 +SUBDIRS = alsa bluetooth echo-cancel gconf jack oss raop rtp x11 diff --git a/src/modules/echo-cancel/Makefile.am b/src/modules/echo-cancel/Makefile.am new file mode 100644 index 00000000..2d4cb418 --- /dev/null +++ b/src/modules/echo-cancel/Makefile.am @@ -0,0 +1,20 @@ +# This file is part of PulseAudio. +# +# Copyright 2011 Colin Guthrie +# +# PulseAudio is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# PulseAudio is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with PulseAudio; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. + +# This Automake file is intentionally blank. |