mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Directory for library file is now created by installation.
This commit is contained in:
parent
12d60c5236
commit
75897272d5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -30,6 +30,7 @@ include/asoundlib.h: include/header.h include/version.h include/error.h include/
|
|||
install: all
|
||||
$(INSTALL) -m 755 -o root -g root -d ${includedir}/sys
|
||||
$(INSTALL) -m 644 -o root -g root include/asoundlib.h ${includedir}/sys
|
||||
$(INSTALL) -m 755 -o root -g root -d ${libdir}
|
||||
$(INSTALL) -m 644 -o root -g root lib/libasound.a ${libdir}
|
||||
$(LN_S) -f libasound.so.${SND_LIB_VERSION} ${libdir}/libasound.so
|
||||
$(LN_S) -f libasound.so.${SND_LIB_VERSION} ${libdir}/libasound.so.${SND_LIB_MAJOR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue