D-BUS doesn't build in separate builddir

Havoc Pennington hp@redhat.com
Sun, 29 Jun 2003 11:26:10 -0400


On Sun, Jun 29, 2003 at 02:42:32PM +0200, Miloslav Trmac wrote:
> D-BUS build/distcheck fails with separate builddir, the attached patch
> fixes that.

Thanks, looks good.

> What it doesn't fix is that --enable-tests must be passed to configure
> in order to get complete distribution (glib/test-dbus-glib.c and maybe
> other files are missing otherwise).

This should be fixable by changing the if DBUS_BUILD_TESTS conditional 
to only control what ends up in noinst_PROGRAMS (i.e. unconditionally
include the _SOURCES stuff)

Havoc