From 8748e79ea7b963f7965a164a7a81c90c5a624306 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Mon, 27 Feb 2006 10:10:08 +0000 Subject: [PATCH] Remove cdio_include.h at distclean rather than in clean, as it's done for config.h. Doesn't require to re-run ./configure at make clean. --- include/cdio/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/Makefile.am b/include/cdio/Makefile.am index 209b074a..2fae181c 100644 --- a/include/cdio/Makefile.am +++ b/include/cdio/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.29 2006/02/16 20:09:27 rocky Exp $ +# $Id: Makefile.am,v 1.30 2006/02/27 10:10:08 flameeyes Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -57,4 +57,4 @@ libcdioinclude_HEADERS = \ EXTRA_DIST = version.h.in BUILT_SOURCES = version.h -MOSTLYCLEANFILES = cdio_config.h +DISTCLEANFILES = cdio_config.h