From: Takashi Iwai Date: Wed, 11 Jul 2007 14:55:54 +0000 (+0200) Subject: Fix clean-up of header files X-Git-Tag: v1.0.15rc1~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9bb7211f2170fcd47ea709ce0d82c84f6b5bf610;p=alsa-lib.git Fix clean-up of header files Use DISTCLEANFILES instead of CLEANFILES for removal of dynamic header files. --- 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