dbus/glib/examples/statemachine Makefile.am,1.2,1.3

John Palmieri johnp at freedesktop.org
Sat Jul 16 06:28:07 EST 2005


Update of /cvs/dbus/dbus/glib/examples/statemachine
In directory gabe:/tmp/cvs-serv29108/glib/examples/statemachine

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/statemachine/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	12 Jul 2005 17:57:04 -0000	1.2
+++ Makefile.am	15 Jul 2005 20:28:05 -0000	1.3
@@ -8,7 +8,7 @@
 noinst_PROGRAMS += statemachine-client
 endif
 
-EXTRA_DIST = statemachine.h statemachine-server.h sm-marshal.list
+EXTRA_DIST = statemachine.h statemachine-server.h sm-marshal.list statemachine-server.xml statemachine.xml
 
 statemachine_server_SOURCES= statemachine-server.c sm-marshal.c statemachine.c
 statemachine_server_LDADD= $(top_builddir)/glib/libdbus-glib-1.la



More information about the dbus-commit mailing list