diff options
| author | Tomasz Kłoczko <[email protected]> | 2024-02-24 11:39:23 +0000 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-03-19 06:56:13 -0400 |
| commit | 796ebf6eb41e3dd77efc25eba2566b2c4c33c3a3 (patch) | |
| tree | 8a7ea304e2ec09691c890375961462d1656afd98 | |
| parent | ae9b1eb0564403938b7f14eda724d2f29c6a356a (diff) | |
| download | mate-utils-master.tar.bz2 mate-utils-master.tar.xz | |
Signed-off-by: Tomasz Kłoczko <[email protected]>
| -rw-r--r-- | mate-dictionary/src/Makefile.am | 2 |
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 \ |
