summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/Makefile.am
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2010-12-05 16:08:32 +0530
committerColin Guthrie <cguthrie@mandriva.org>2010-12-05 16:00:35 +0000
commitde706d9cf74a4bc95b033afb55181559178a07f3 (patch)
treea0b3e9b59e8b2939843270e2ffc583868275bb82 /src/modules/dbus/Makefile.am
parent76d82170db73ae97ab578b0fc28048c521aa80fe (diff)
build-sys: Fix a warning during distcheck
This adds a dummy Makefile.am to the dbus module to eliminate missing directory warnings during distcheck.
Diffstat (limited to 'src/modules/dbus/Makefile.am')
-rw-r--r--src/modules/dbus/Makefile.am20
1 files changed, 20 insertions, 0 deletions
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.