2003-10-13 Seth Nickell <seth@gnome.org>
authorSeth Nickell <seth@gnome.org>
Mon, 13 Oct 2003 23:07:34 +0000 (23:07 +0000)
committerSeth Nickell <seth@gnome.org>
Mon, 13 Oct 2003 23:07:34 +0000 (23:07 +0000)
* python/Makefile.am:

Pass "make distcheck": remove a couple files from DIST_FILES
that weren't included in the final version.

ChangeLog
python/Makefile.am

index 21e6f149941f5c4091a045ef8a50fdb019964cee..67199e70b31ad48ce2281aae4f44b4fbc1944c53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-13  Seth Nickell  <seth@gnome.org>
+
+       * 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  <hp@pobox.com>
 
         Added test code that 1) starts an actual bus daemon and 2) uses
index 792dc477ec949ffe834e431157252fd129999220..b2d3b6cb32ef03ec450251b7ab19a5a3316b3ce1 100644 (file)
@@ -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       \