mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fix clean-up of header files
Use DISTCLEANFILES instead of CLEANFILES for removal of dynamic header files.
This commit is contained in:
parent
e0d7bfcea6
commit
9bb7211f21
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ endif
|
||||||
noinst_HEADERS = alsa sys.h search.h list.h aserver.h local.h alsa-symbols.h \
|
noinst_HEADERS = alsa sys.h search.h list.h aserver.h local.h alsa-symbols.h \
|
||||||
asoundlib-head.h asoundlib-tail.h
|
asoundlib-head.h asoundlib-tail.h
|
||||||
|
|
||||||
CLEANFILES = stamp-vh version.h alsa asoundlib.h
|
DISTCLEANFILES = stamp-vh version.h alsa asoundlib.h
|
||||||
|
|
||||||
alsa:
|
alsa:
|
||||||
ln -s $(top_srcdir)/include alsa
|
ln -s $(top_srcdir)/include alsa
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue