dbus/glib/examples Makefile.am,1.4,1.5
John Palmieri
johnp at freedesktop.org
Sat Jul 16 06:28:07 EST 2005
Update of /cvs/dbus/dbus/glib/examples
In directory gabe:/tmp/cvs-serv29108/glib/examples
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/examples/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 15 Jul 2005 19:15:05 -0000 1.4
+++ Makefile.am 15 Jul 2005 20:28:05 -0000 1.5
@@ -34,3 +34,5 @@
libtool --mode=execute $(top_builddir)/glib/dbus-binding-tool --prefix=test_object --mode=glib-server --output=example-signal-emitter-glue.h $(srcdir)/example-signal-emitter.xml
CLEANFILES = $(BUILT_SOURCES)
+
+EXTRA_DIST = example-service.xml example-signal-emitter.xml
More information about the dbus-commit
mailing list