]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix clean-up of header files
authorTakashi Iwai <tiwai@suse.de>
Wed, 11 Jul 2007 14:55:54 +0000 (16:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Jul 2007 14:55:54 +0000 (16:55 +0200)
Use DISTCLEANFILES instead of CLEANFILES for removal of dynamic
header files.

include/Makefile.am

index 79455e0067bca781e6fcf929f538a5e3675e1d88..5ce51d24e0a60422e93f310f4ee5cae319c801fb 100644 (file)
@@ -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