summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Nickell <seth@gnome.org>2003-10-13 23:07:34 +0000
committerSeth Nickell <seth@gnome.org>2003-10-13 23:07:34 +0000
commitbfb5de511cbc072aca59189efc1324397d8993fd (patch)
tree280f42369994115411d2a944d7f430114c959531
parent4803523d2697e7eceef4cde7a2ea398e70fe28fe (diff)
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.
-rw-r--r--ChangeLog7
-rw-r--r--python/Makefile.am4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 21e6f149..67199e70 100644
--- 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
diff --git a/python/Makefile.am b/python/Makefile.am
index 792dc477..b2d3b6cb 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 \