diff options
Diffstat (limited to 'src')
-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 fc5fdecf4..449d38ba5 100644 --- a/src/plugins/aspell/Makefile.am +++ b/src/plugins/aspell/Makefile.am @@ -21,6 +21,6 @@ libdir = ${weechat_libdir}/plugins lib_LTLIBRARIES = libaspell.la -libaspell_la_SOURCES = weechat-aspell.c +libaspell_la_SOURCES = weechat-aspell.h weechat-aspell.c libaspell_la_LDFLAGS = -module libaspell_la_LIBADD = $(ASPELL_LFLAGS) |