summaryrefslogtreecommitdiff
path: root/mate-dictionary
diff options
context:
space:
mode:
authorTomasz Kłoczko <[email protected]>2024-02-24 11:39:23 +0000
committerVictor Kareh <[email protected]>2026-03-19 06:56:13 -0400
commit796ebf6eb41e3dd77efc25eba2566b2c4c33c3a3 (patch)
tree8a7ea304e2ec09691c890375961462d1656afd98 /mate-dictionary
parentae9b1eb0564403938b7f14eda724d2f29c6a356a (diff)
downloadmate-utils-796ebf6eb41e3dd77efc25eba2566b2c4c33c3a3.tar.bz2
mate-utils-796ebf6eb41e3dd77efc25eba2566b2c4c33c3a3.tar.xz
build mate-dictionary loadable module as versioned DSOHEADmaster
Signed-off-by: Tomasz Kłoczko <[email protected]>
Diffstat (limited to 'mate-dictionary')
-rw-r--r--mate-dictionary/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \