summaryrefslogtreecommitdiffstats
path: root/glib/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'glib/examples/Makefile.am')
-rw-r--r--glib/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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