Directory for header file is now created by installation.

This commit is contained in:
Jaroslav Kysela 1998-10-02 08:27:36 +00:00
parent 4df1078e90
commit 12d60c5236

View file

@ -28,6 +28,7 @@ include/asoundlib.h: include/header.h include/version.h include/error.h include/
include/footer.h > include/asoundlib.h
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 lib/libasound.a ${libdir}
$(LN_S) -f libasound.so.${SND_LIB_VERSION} ${libdir}/libasound.so