From bdda35d95b5b489f189966eb1ae5e6b5f17c491d Mon Sep 17 00:00:00 2001 From: Simon Bauer Date: Thu, 30 Sep 2021 10:37:19 +0200 Subject: [PATCH] Fixed SH_SUFFIX --- apps/netconf/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/netconf/Makefile.in b/apps/netconf/Makefile.in index ef21b8af..b2f77a0e 100644 --- a/apps/netconf/Makefile.in +++ b/apps/netconf/Makefile.in @@ -53,7 +53,7 @@ sysconfdir = @sysconfdir@ includedir = @includedir@ HOST_VENDOR = @host_vendor@ -SH_SUFFIX = .so +SH_SUFFIX = @SH_SUFFIX@ CLIXON_MAJOR = @CLIXON_VERSION_MAJOR@ CLIXON_MINOR = @CLIXON_VERSION_MINOR@