]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Directory for library file is now created by installation.
authorJaroslav Kysela <perex@perex.cz>
Fri, 2 Oct 1998 08:30:47 +0000 (08:30 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 2 Oct 1998 08:30:47 +0000 (08:30 +0000)
Makefile

index 336687ca727596154f0fefc855c1bd641c421ea8..f18f5fca1a2a9b2f04ac35de91c0af5c3049a1f6 100644 (file)
--- 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}