diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 16:03:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-18 16:03:16 +0200 |
commit | ac107802fdd508ecaa6fd44cc56d2ff1cdc3f9b6 (patch) | |
tree | a1f6a012a6d3053470616a78768272a4f35a3ddc /src/plugins/aspell/Makefile.am | |
parent | 1f10ee141ae7376675758bc9d1792346f2728c3f (diff) | |
download | weechat-ac107802fdd508ecaa6fd44cc56d2ff1cdc3f9b6.zip |
Aspell plugin is born again
Diffstat (limited to 'src/plugins/aspell/Makefile.am')
-rw-r--r-- | src/plugins/aspell/Makefile.am | 7 |
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) |