From 2d5ee69c5df632052c62d912d75353d78db79efd Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 5 Jun 2018 23:35:07 +0200 Subject: [PATCH] Install the shared library first --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 461dc19..e61d5dc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,7 @@ endif ifeq (${BUILDS_SHARED},yes) all: static shared build-test -install: uninstall install_static install_shared install-info +install: uninstall install_shared install_static install-info else all: static build-test install: uninstall install_static install-info