From c7cab37e162d60183d74f4992f568c8469a714a8 Mon Sep 17 00:00:00 2001 From: Emmanuel Bouthenot Date: Sun, 11 Jun 2006 12:19:39 +0000 Subject: [PATCH] add missing source header weechat-aspell.h --- src/plugins/aspell/Makefile.am | 2 +- weechat/src/plugins/aspell/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 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) 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)