mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed installation.
This commit is contained in:
parent
6157018e8a
commit
a0903bae9f
1 changed files with 4 additions and 3 deletions
|
|
@ -42,8 +42,9 @@ stamp-vh: $(top_builddir)/configure.in
|
|||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
|
||||
install-exec-hook:
|
||||
rm -f $(alsaincludedir)/asoundef.h
|
||||
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h)
|
||||
install-data-hook:
|
||||
rm -f $(DESTDIR)$(alsaincludedir)/asoundef.h
|
||||
$(LN_S) -f ../sound/asoundef.h $(DESTDIR)$(alsaincludedir)/asoundef.h
|
||||
# should be removed in future
|
||||
test -d $(DESTDIR)$(sysincludedir) || mkdir -p $(DESTDIR)$(sysincludedir)
|
||||
$(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue