summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/Makefile.am
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-10-18 16:03:16 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-10-18 16:03:16 +0200
commitac107802fdd508ecaa6fd44cc56d2ff1cdc3f9b6 (patch)
treea1f6a012a6d3053470616a78768272a4f35a3ddc /src/plugins/aspell/Makefile.am
parent1f10ee141ae7376675758bc9d1792346f2728c3f (diff)
downloadweechat-ac107802fdd508ecaa6fd44cc56d2ff1cdc3f9b6.zip
Aspell plugin is born again
Diffstat (limited to 'src/plugins/aspell/Makefile.am')
-rw-r--r--src/plugins/aspell/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/aspell/Makefile.am b/src/plugins/aspell/Makefile.am
index 893632111..595cb97ac 100644
--- a/src/plugins/aspell/Makefile.am
+++ b/src/plugins/aspell/Makefile.am
@@ -20,6 +20,11 @@ libdir = ${weechat_libdir}/plugins
lib_LTLIBRARIES = aspell.la
-aspell_la_SOURCES = aspell.c aspell.h
+aspell_la_SOURCES = aspell.c \
+ aspell.h \
+ aspell-config.c \
+ aspell-config.h \
+ aspell-speller.c \
+ aspell-speller.h
aspell_la_LDFLAGS = -module
aspell_la_LIBADD = $(ASPELL_LFLAGS)