From a0ccd8a2a0cca7095fc1a9c5e1027e10a44caeee Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 9 Jun 2006 21:43:14 +0000 Subject: Patch from Timo Hoenig . * qt/dbus/Makefile.am: New file. Fix "make dist", add all headers required during build to EXTRA_DIST. * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST. * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS. * configure.in: Fix "make dist", take care that the Makefile for qt/dbus is being generated. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index efb73a9d..81588017 100644 --- a/configure.in +++ b/configure.in @@ -1438,6 +1438,7 @@ glib/examples/statemachine/Makefile python/Makefile python/examples/Makefile qt/Makefile +qt/dbus/Makefile qt/src/Makefile qt/tools/Makefile qt/examples/Makefile -- cgit