From: Seth Nickell Date: Fri, 28 May 2004 18:43:55 +0000 (+0000) Subject: * python/examples/Makefile.am: X-Git-Tag: dbus-0.22~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=841bf8a026632879f81cefa15df554956703b2b3;p=thirdparty%2Fdbus.git * python/examples/Makefile.am: Forget to add Makefile.am. Do not pass go. --- diff --git a/ChangeLog b/ChangeLog index 3c5c97e4b..178fcb65c 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 000000000..743c520e7 --- /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) +