summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2010-12-19 16:31:47 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-12-19 16:31:47 -0600
commit8f6628ed9f2cd235d0a61ee95b0989b7a591bbb7 (patch)
tree91568f44a3bb8b7173729bb9bea135f03235e8ac /Makefile.am
parent660c6e4d70b8b7e688031e65f65b818ac99b5e8b (diff)
downloadlibpng-8f6628ed9f2cd235d0a61ee95b0989b7a591bbb7.tar.gz
[devel] Fix the clean rule to remove pngtest-log.txt
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1db225853..13ff62a44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,7 @@ SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk scripts/pnglibconf.dfn
CLEANFILES= dfn.c dfn?.out pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc \
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers libpng.sym \
- pngwin.def check.new pnglibconf.* symbols.new \
+ pngwin.def check.new pnglibconf.* symbols.new pngtest-log.txt \
$(SCRIPT_CLEANFILES)
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \