* glib/example/Makefile.am: Fix a typo which cause make distcheck

to fail
This commit is contained in:
John (J5) Palmieri 2005-07-15 19:15:05 +00:00
parent a89b13dd19
commit 47e6b5ab88
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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,

View file

@ -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