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/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/Makefile.am') 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 -- cgit