]> code.delx.au - pulseaudio/commitdiff
build-sys: Fix a warning during distcheck
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Sun, 5 Dec 2010 10:38:32 +0000 (16:08 +0530)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 5 Dec 2010 16:00:35 +0000 (16:00 +0000)
This adds a dummy Makefile.am to the dbus module to eliminate missing
directory warnings during distcheck.

configure.ac
src/modules/Makefile.am
src/modules/dbus/Makefile.am [new file with mode: 0644]

index c858689815e057aaecb2433e19c0c1eef5f0d6c3..5216c01d82eb2b5390072bb7bccc71872a13d79a 100644 (file)
@@ -1485,6 +1485,7 @@ src/modules/alsa/mixer/Makefile
 src/modules/alsa/mixer/paths/Makefile
 src/modules/alsa/mixer/profile-sets/Makefile
 src/modules/bluetooth/Makefile
+src/modules/dbus/Makefile
 src/modules/gconf/Makefile
 src/modules/jack/Makefile
 src/modules/oss/Makefile
index e99451dfa4ba3411faf6f2369f6cb28dc828bf67..d8dc152154d182bbec17151d0574ec3398ceaa26 100644 (file)
@@ -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 dbus gconf jack oss raop rtp x11
diff --git a/src/modules/dbus/Makefile.am b/src/modules/dbus/Makefile.am
new file mode 100644 (file)
index 0000000..d04a413
--- /dev/null
@@ -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.