dbus/glib/examples Makefile.am,1.3,1.4

John Palmieri johnp at freedesktop.org
Sat Jul 16 05:15:07 EST 2005


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

Modified Files:
	Makefile.am 
Log Message:
* glib/example/Makefile.am: Fix a typo which cause make distcheck
  to fail


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/glib/examples/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	12 Jul 2005 17:57:04 -0000	1.3
+++ Makefile.am	15 Jul 2005 19:15:05 -0000	1.4
@@ -22,7 +22,7 @@
 
 noinst_PROGRAMS += example-signal-recipient example-signal-emitter
 
-example_signal_recipient_SOURCES=_SOURCES= example-signal-recipient.c
+example_signal_recipient_SOURCES= example-signal-recipient.c
 example_signal_recipient_LDADD= $(top_builddir)/glib/libdbus-glib-1.la
 
 example_signal_emitter_SOURCES= example-signal-emitter.c



More information about the dbus-commit mailing list