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.

This commit is contained in:
flameeyes
2006-02-27 10:10:08 +00:00
parent 34bdf67d45
commit 8748e79ea7

View File

@@ -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 <rocky@panix.com> # Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
# #
@@ -57,4 +57,4 @@ libcdioinclude_HEADERS = \
EXTRA_DIST = version.h.in EXTRA_DIST = version.h.in
BUILT_SOURCES = version.h BUILT_SOURCES = version.h
MOSTLYCLEANFILES = cdio_config.h DISTCLEANFILES = cdio_config.h