summaryrefslogtreecommitdiffstats
path: root/src/modules/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/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/Makefile.am')
-rw-r--r--src/modules/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am
index e99451df..d8dc1521 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 dbus gconf jack oss raop rtp x11