mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Directory for header file is now created by installation.
This commit is contained in:
parent
4df1078e90
commit
12d60c5236
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -28,6 +28,7 @@ include/asoundlib.h: include/header.h include/version.h include/error.h include/
|
||||||
include/footer.h > include/asoundlib.h
|
include/footer.h > include/asoundlib.h
|
||||||
|
|
||||||
install: all
|
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 644 -o root -g root include/asoundlib.h ${includedir}/sys
|
||||||
$(INSTALL) -m 644 -o root -g root lib/libasound.a ${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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue