summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-05-27 18:25:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-27 18:25:31 -0400
commitfe2260c53d52d581fe07656f71fe6afeed6ba9c6 (patch)
tree946d5716a30bac927f48c89916536425c1119df2
parent0f1e781f324aef35cb38b9b25ad088752ce1dccc (diff)
downloadgtk+-fe2260c53d52d581fe07656f71fe6afeed6ba9c6.tar.gz
Fix distclean
extract-strings was left behind.
-rw-r--r--gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index dafebe6e06..4085014cb2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1296,6 +1296,7 @@ distclean-local:
if test $(srcdir) != .; then \
rm -f $(MAINTAINERCLEANFILES); \
rm -rf stock-icons; \
+ rm -f extract-strings$(EXEEXT); \
fi
DEPS = libgtk-3.la $(top_builddir)/gdk/libgdk-3.la