From 26b09d711c51e5de15a082a60ce5b60d35ac5102 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Sun, 20 Dec 2020 16:29:31 +0000 Subject: [PATCH] Bump soversion to 1 Last-Update: Sun, 23 Feb 2020 11:59:51 +0100 Forwarded: not-needed Gbp-Pq: Name soversion.patch --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b04c797..cb87d3f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -302,7 +302,7 @@ libigraph_la_CFLAGS = -I$(top_srcdir)/include \ -I$(top_builddir)/src/SuiteSparse_config \ -DNPARTITION -DNTIMER -DNCAMD $(WARNING_CFLAGS) libigraph_la_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(WARNING_CFLAGS) -libigraph_la_LDFLAGS = -no-undefined +libigraph_la_LDFLAGS = -no-undefined -version-info 1:0 libigraph_la_LIBADD = -lm $(XML2_LIBS) $(F2C_LIB) $(BLAS_LIB) \ $(LAPACK_LIB) $(ARPACK_LIB) $(GLPK_LIB) $(PRPACK_LIB) \ $(PLFIT_LIB) -- 2.30.2