]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2004-07-10 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Sun, 11 Jul 2004 03:09:03 +0000 (03:09 +0000)
committerSeth Nickell <seth@gnome.org>
Sun, 11 Jul 2004 03:09:03 +0000 (03:09 +0000)
* python/examples/Makefile.am:

Fix distcheck breakage caused by new examples.

ChangeLog
python/examples/Makefile.am

index 1e66410cb0c963b4faa3243ac9d37d165fb8f9ba..81dac4640d0f372a922a03a887a2d89f9dc8bd88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 69d2c67c7bff4a2e82f05406c468141b0875256f..f7a1b22ebde340e9fe87ea9ee8cb123d4703687d 100644 (file)
@@ -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)