mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 16:38:13 +02:00
* glib/example/Makefile.am: Fix a typo which cause make distcheck
to fail
This commit is contained in:
parent
a89b13dd19
commit
47e6b5ab88
2 changed files with 6 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue