* python/examples/Makefile.am:
authorSeth Nickell <seth@gnome.org>
Fri, 28 May 2004 18:43:55 +0000 (18:43 +0000)
committerSeth Nickell <seth@gnome.org>
Fri, 28 May 2004 18:43:55 +0000 (18:43 +0000)
Forget to add Makefile.am. Do not pass go.

ChangeLog
python/examples/Makefile.am [new file with mode: 0644]

index 3c5c97e..178fcb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-28  Seth Nickell  <seth@gnome.org>
+
+       * python/examples/Makefile.am:
+
+       Forget to add Makefile.am. Do not pass go.
+
 2004-05-28  Michael Meeks  <michael@ximian.com>
 
        * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am
new file mode 100644 (file)
index 0000000..743c520
--- /dev/null
@@ -0,0 +1,9 @@
+NULL=
+
+EXTRA_DIST =                   \
+       example-service.py      \
+       example-client.py       \
+       example-signal.py       \
+       list-system-services.py \
+       $(NULL)
+