From: Seth Nickell Date: Mon, 13 Oct 2003 23:07:34 +0000 (+0000) Subject: 2003-10-13 Seth Nickell X-Git-Tag: dbus-0.20~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfb5de511cbc072aca59189efc1324397d8993fd;p=thirdparty%2Fdbus.git 2003-10-13 Seth Nickell * python/Makefile.am: Pass "make distcheck": remove a couple files from DIST_FILES that weren't included in the final version. --- diff --git a/ChangeLog b/ChangeLog index 21e6f1499..67199e70b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-10-13 Seth Nickell + + * python/Makefile.am: + + Pass "make distcheck": remove a couple files from DIST_FILES + that weren't included in the final version. + 2003-10-12 Havoc Pennington Added test code that 1) starts an actual bus daemon and 2) uses diff --git a/python/Makefile.am b/python/Makefile.am index 792dc477e..b2d3b6cb3 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -12,9 +12,7 @@ dbus_bindings_la_SOURCES = dbus_bindings.c EXTRA_DIST = \ dbus_bindings.pyx.in \ - extract.py \ - setup.py \ - test.py + extract.py CLEANFILES = \ dbus_bindings.pyx \