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) diff --git a/weechat/src/plugins/aspell/Makefile.am b/weechat/src/plugins/aspell/Makefile.am index fc5fdecf4..449d38ba5 100644 --- a/weechat/src/plugins/aspell/Makefile.am +++ b/weechat/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)