From de706d9cf74a4bc95b033afb55181559178a07f3 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 5 Dec 2010 16:08:32 +0530 Subject: build-sys: Fix a warning during distcheck This adds a dummy Makefile.am to the dbus module to eliminate missing directory warnings during distcheck. --- src/modules/dbus/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/modules/dbus/Makefile.am (limited to 'src/modules/dbus/Makefile.am') diff --git a/src/modules/dbus/Makefile.am b/src/modules/dbus/Makefile.am new file mode 100644 index 00000000..d04a4130 --- /dev/null +++ b/src/modules/dbus/Makefile.am @@ -0,0 +1,20 @@ +# This file is part of PulseAudio. +# +# Copyright 2010 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. -- cgit