diff options
Diffstat (limited to 'src/plugins/aspell/Makefile.am')
-rw-r--r-- | src/plugins/aspell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/aspell/Makefile.am b/src/plugins/aspell/Makefile.am index aa0068815..31dad05b4 100644 --- a/src/plugins/aspell/Makefile.am +++ b/src/plugins/aspell/Makefile.am @@ -38,7 +38,7 @@ aspell_la_SOURCES = weechat-aspell.c \ weechat-aspell-info.h \ weechat-aspell-speller.c \ weechat-aspell-speller.h -aspell_la_LDFLAGS = -module +aspell_la_LDFLAGS = -module -no-undefined aspell_la_LIBADD = $(ASPELL_LFLAGS) $(ENCHANT_LIBS) EXTRA_DIST = CMakeLists.txt |