mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05: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
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
install-exec-hook:
|
install-data-hook:
|
||||||
rm -f $(alsaincludedir)/asoundef.h
|
rm -f $(DESTDIR)$(alsaincludedir)/asoundef.h
|
||||||
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h)
|
$(LN_S) -f ../sound/asoundef.h $(DESTDIR)$(alsaincludedir)/asoundef.h
|
||||||
# should be removed in future
|
# should be removed in future
|
||||||
|
test -d $(DESTDIR)$(sysincludedir) || mkdir -p $(DESTDIR)$(sysincludedir)
|
||||||
$(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h
|
$(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue