diff options
author | Seth Nickell <seth@gnome.org> | 2003-10-13 23:07:34 +0000 |
---|---|---|
committer | Seth Nickell <seth@gnome.org> | 2003-10-13 23:07:34 +0000 |
commit | 5e5afc75fb74fe4b01a64bd03bb4cd1393254e9c (patch) | |
tree | 30b8289bdb7feda884c015dd52871bd05f8d1921 /python | |
parent | d243ad6140d15c6c4a31516c63106230d979de56 (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.
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 792dc47..b2d3b6c 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 \ |