From 75897272d5564b9fb5409790253c40c2e1b7fd29 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 2 Oct 1998 08:30:47 +0000 Subject: [PATCH] Directory for library file is now created by installation. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 336687ca..f18f5fca 100644 --- a/Makefile +++ b/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} -- 2.47.1