From 9bb7211f2170fcd47ea709ce0d82c84f6b5bf610 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 11 Jul 2007 16:55:54 +0200 Subject: [PATCH] Fix clean-up of header files Use DISTCLEANFILES instead of CLEANFILES for removal of dynamic header files. --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 79455e00..5ce51d24 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -57,7 +57,7 @@ endif noinst_HEADERS = alsa sys.h search.h list.h aserver.h local.h alsa-symbols.h \ asoundlib-head.h asoundlib-tail.h -CLEANFILES = stamp-vh version.h alsa asoundlib.h +DISTCLEANFILES = stamp-vh version.h alsa asoundlib.h alsa: ln -s $(top_srcdir)/include alsa -- 2.47.1