summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-01 21:11:33 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-01 21:11:33 -0400
commitfe17dd9e5df9a7f0b118b42efc6bc0978842216b (patch)
tree03f5c7e2775345acd987e01f3cd2d5ad64929fdb
parent0ae1b78e7694204cb973c633d665d1f3e3d20dc4 (diff)
downloadpango-fe17dd9e5df9a7f0b118b42efc6bc0978842216b.tar.gz
[Makefile] Fix MOSTLYCLEANFILES
-rw-r--r--pango/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 82ca29bd..5ac73717 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -655,8 +655,8 @@ CLEANFILES = \
s-enum-types-c
MOSTLYCLEANFILES = \
- *.def.list \
- *.def.expected
+ *.list \
+ *.expected
DISTCLEANFILES = \
pango-features.h \