From 38636c978f257d5228cd065837becabf5da16854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 10 May 2022 21:32:16 -0700 Subject: [PATCH] libguile-ssh should be installed as an extension --- libguile-ssh/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libguile-ssh/Makefile.am b/libguile-ssh/Makefile.am index ca8c6fe..c710305 100644 --- a/libguile-ssh/Makefile.am +++ b/libguile-ssh/Makefile.am @@ -15,7 +15,9 @@ ## You should have received a copy of the GNU General Public License ## along with Guile-SSH. If not, see . -lib_LTLIBRARIES = libguile-ssh.la +guileextensiondir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions + +guileextension_LTLIBRARIES = libguile-ssh.la libguile_ssh_la_SOURCES = \ auth.c \