diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 19:15:05 +0000 | 
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 19:15:05 +0000 | 
| commit | 47e6b5ab8837e7f22a12d5bdcc7a794abdb05ed0 (patch) | |
| tree | 4006b3fc6e02ed183097025f87e86b70a0430403 | |
| parent | a89b13dd19740bd308a983650f49148c0bf6d58c (diff) | |
* glib/example/Makefile.am: Fix a typo which cause make distcheck
  to fail
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | glib/examples/Makefile.am | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,10 @@  2005-07-15  John (J5) Palmieri  <johnp@redhat.com> +	* glib/example/Makefile.am: Fix a typo which cause make distcheck +	to fail + +2005-07-15  John (J5) Palmieri  <johnp@redhat.com> +  	* python/examples/example-service.py,  	python/examples/example-signal-emitter.py: Fixed up examples  	for API changes diff --git a/glib/examples/Makefile.am b/glib/examples/Makefile.am index b929b023..e97f5cd8 100644 --- a/glib/examples/Makefile.am +++ b/glib/examples/Makefile.am @@ -22,7 +22,7 @@ example-service-glue.h: example-service.xml  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 | 
