From 78da05e7d335fb37a680d897292f8592cfe1c52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Sat, 24 Feb 2024 11:39:23 +0000 Subject: [PATCH] build mate-dictionary loadable module as versioned DSO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomasz Kłoczko --- mate-dictionary/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am index 8616b3ef..ed1091d8 100644 --- a/mate-dictionary/src/Makefile.am +++ b/mate-dictionary/src/Makefile.am @@ -106,6 +106,8 @@ libmate_dictionary_applet_la_CFLAGS = \ $(WARN_CFLAGS) \ $(NULL) +libmate_dictionary_applet_la_LDFLAGS = -module -avoid-version + libmate_dictionary_applet_la_LIBADD = \ -lm \ $(top_builddir)/mate-dictionary/libgdict/libmatedict.la \