summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-07-15 19:15:05 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-07-15 19:15:05 +0000
commit47e6b5ab8837e7f22a12d5bdcc7a794abdb05ed0 (patch)
tree4006b3fc6e02ed183097025f87e86b70a0430403
parenta89b13dd19740bd308a983650f49148c0bf6d58c (diff)
* glib/example/Makefile.am: Fix a typo which cause make distcheck
to fail
-rw-r--r--ChangeLog5
-rw-r--r--glib/examples/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 89a17bab..bf1069ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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