From 0a04060376f0b7204faf0859de2365f64a5b9f3b Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 15 Jul 2005 20:28:05 +0000 Subject: * glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST so distcheck doesn't fail * glib/examples/Makefile.am: Add example-service.xml and example-signal-emitter.xml to EXTRA_DIST so distcheck doesn't fail * glib/examples/statemachine/Makefile.am: Add statemachine.xml and statemachine-server.xml to EXTRA_DIST so distcheck doesn't fail * python/Makefile.am: Preprend $(srcdir)/ to source files so the compiler looks in the right places during distcheck --- glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glib/Makefile.am') diff --git a/glib/Makefile.am b/glib/Makefile.am index 2ff47a87..4e3b796c 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -73,7 +73,7 @@ regenerate-built-sources: echo '#include "dbus-gmarshal.h"' > dbus-gmarshal.c && \ @GLIB_GENMARSHAL@ --prefix=_dbus_g_marshal dbus-gmarshal.list --body >> dbus-gmarshal.c -EXTRA_DIST=dbus-gmarshal.list +EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh if DBUS_BUILD_TESTS -- cgit