summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-11 14:12:34 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-11 14:12:34 +0000
commit2db4805f223b6cb9be5b0bb32355a628188610bc (patch)
treef7b5cf62bf7d05e74425fa7b82ea21ac18d44cef
parent1bb1294fc6a94775176ee1f2cbc99c552a61f6af (diff)
downloadpygobject-2db4805f223b6cb9be5b0bb32355a628188610bc.tar.gz
pygobject-2db4805f223b6cb9be5b0bb32355a628188610bc.tar.xz
pygobject-2db4805f223b6cb9be5b0bb32355a628188610bc.zip
Add pygtk to CLEANFILES aswell
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 732789f..b506a01 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = gobject . examples tests
PLATFORM_VERSION = 2.0
-CLEANFILES =
+CLEANFILES = pygtk.py
EXTRA_DIST = \
MANIFEST.in \
pygobject-$(PLATFORM_VERSION).pc.in \