dbus/glib Makefile.am,1.24,1.25
John Palmieri
johnp at freedesktop.org
Sat Jul 16 06:28:07 EST 2005
Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv29108/glib
Modified Files:
Makefile.am
Log Message:
* 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
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/glib/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.am 12 Jul 2005 17:57:04 -0000 1.24
+++ Makefile.am 15 Jul 2005 20:28:05 -0000 1.25
@@ -73,7 +73,7 @@
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
More information about the dbus-commit
mailing list