diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | python/examples/Makefile.am | 17 |
2 files changed, 15 insertions, 8 deletions
@@ -1,5 +1,11 @@ 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: Add "message" argument to service-side dbus.Object diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am index 69d2c67c..f7a1b22e 100644 --- a/python/examples/Makefile.am +++ b/python/examples/Makefile.am @@ -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) |