mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-06 09:20:26 +01:00
2004-07-10 Seth Nickell <seth@gnome.org>
* python/examples/Makefile.am: Fix distcheck breakage caused by new examples.
This commit is contained in:
parent
233f8d0e33
commit
dd4ff748c1
2 changed files with 15 additions and 8 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2004-07-10 Seth Nickell <seth@gnome.org>
|
||||
|
||||
* python/examples/Makefile.am:
|
||||
|
||||
Fix distcheck breakage caused by new examples.
|
||||
|
||||
2004-07-10 Seth Nickell <seth@gnome.org>
|
||||
|
||||
* python/dbus.py:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
NULL=
|
||||
|
||||
EXTRA_DIST = \
|
||||
example-service.py \
|
||||
example-client.py \
|
||||
example-signals.py \
|
||||
gconf-proxy-client.py \
|
||||
gconf-proxy-service.py \
|
||||
gconf-proxy-service2.py \
|
||||
list-system-services.py \
|
||||
EXTRA_DIST = \
|
||||
example-service.py \
|
||||
example-client.py \
|
||||
example-signal-emitter.py \
|
||||
example-signal-recipient.py \
|
||||
gconf-proxy-client.py \
|
||||
gconf-proxy-service.py \
|
||||
gconf-proxy-service2.py \
|
||||
list-system-services.py \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue