From e14cdf70aeb3a563b906dccafb687da0427896b0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 10 Mar 2003 12:54:08 +0000 Subject: [PATCH] Added directory installation to install-jack --- src/pcm/ext/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcm/ext/Makefile.am b/src/pcm/ext/Makefile.am index 8e39d559..418f3398 100644 --- a/src/pcm/ext/Makefile.am +++ b/src/pcm/ext/Makefile.am @@ -29,4 +29,5 @@ hand-install: install-exec-am jack: libasound_module_pcm_jack.la install-jack: + $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) libasound_module_pcm_jack.la $(DESTDIR)$(pkglibdir)/libasound_module_pcm_jack.la -- 2.47.1