summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorSeth Nickell <seth@gnome.org>2004-07-11 03:09:03 +0000
committerSeth Nickell <seth@gnome.org>2004-07-11 03:09:03 +0000
commitdd4ff748c19ed30d832ae0c8f842cc73cb277639 (patch)
tree41e5fd55aecfe7739e7cd5e9bd3ed04ff5d6247c /python
parent233f8d0e33c3417c4c9abe2790fc949df19b879d (diff)
2004-07-10 Seth Nickell <seth@gnome.org>
* python/examples/Makefile.am: Fix distcheck breakage caused by new examples.
Diffstat (limited to 'python')
-rw-r--r--python/examples/Makefile.am17
1 files changed, 9 insertions, 8 deletions
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)