From 841bf8a026632879f81cefa15df554956703b2b3 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Fri, 28 May 2004 18:43:55 +0000 Subject: [PATCH] * python/examples/Makefile.am: Forget to add Makefile.am. Do not pass go. --- ChangeLog | 6 ++++++ python/examples/Makefile.am | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 python/examples/Makefile.am diff --git a/ChangeLog b/ChangeLog index 3c5c97e..178fcb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-28 Seth Nickell + + * python/examples/Makefile.am: + + Forget to add Makefile.am. Do not pass go. + 2004-05-28 Michael Meeks * 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 index 0000000..743c520 --- /dev/null +++ b/python/examples/Makefile.am @@ -0,0 +1,9 @@ +NULL= + +EXTRA_DIST = \ + example-service.py \ + example-client.py \ + example-signal.py \ + list-system-services.py \ + $(NULL) + -- 2.7.4