Skip to content

Commit

Permalink
Install the shared library first
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Jun 5, 2018
1 parent 51db661 commit 2d5ee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d5ee69

Please sign in to comment.