diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/aspell/CMakeLists.txt | 6 | ||||
-rw-r--r-- | src/plugins/aspell/Makefile.am | 12 | ||||
-rw-r--r-- | src/plugins/aspell/weechat-aspell-config.c (renamed from src/plugins/aspell/aspell-config.c) | 6 | ||||
-rw-r--r-- | src/plugins/aspell/weechat-aspell-config.h (renamed from src/plugins/aspell/aspell-config.h) | 0 | ||||
-rw-r--r-- | src/plugins/aspell/weechat-aspell-speller.c (renamed from src/plugins/aspell/aspell-speller.c) | 4 | ||||
-rw-r--r-- | src/plugins/aspell/weechat-aspell-speller.h (renamed from src/plugins/aspell/aspell-speller.h) | 0 | ||||
-rw-r--r-- | src/plugins/aspell/weechat-aspell.c (renamed from src/plugins/aspell/aspell.c) | 6 | ||||
-rw-r--r-- | src/plugins/aspell/weechat-aspell.h (renamed from src/plugins/aspell/aspell.h) | 0 |
8 files changed, 17 insertions, 17 deletions
diff --git a/src/plugins/aspell/CMakeLists.txt b/src/plugins/aspell/CMakeLists.txt index d8f31d51c..c2f190057 100644 --- a/src/plugins/aspell/CMakeLists.txt +++ b/src/plugins/aspell/CMakeLists.txt @@ -15,9 +15,9 @@ # ADD_LIBRARY(aspell MODULE -aspell.c aspell.h -aspell-config.c aspell-config.h -aspell-speller.c aspell-speller.h) +weechat-aspell.c weechat-aspell.h +weechat-aspell-config.c weechat-aspell-config.h +weechat-aspell-speller.c weechat-aspell-speller.h) SET_TARGET_PROPERTIES(aspell PROPERTIES PREFIX "") IF(ASPELL_FOUND) diff --git a/src/plugins/aspell/Makefile.am b/src/plugins/aspell/Makefile.am index 595cb97ac..26eef599e 100644 --- a/src/plugins/aspell/Makefile.am +++ b/src/plugins/aspell/Makefile.am @@ -20,11 +20,11 @@ libdir = ${weechat_libdir}/plugins lib_LTLIBRARIES = aspell.la -aspell_la_SOURCES = aspell.c \ - aspell.h \ - aspell-config.c \ - aspell-config.h \ - aspell-speller.c \ - aspell-speller.h +aspell_la_SOURCES = weechat-aspell.c \ + weechat-aspell.h \ + weechat-aspell-config.c \ + weechat-aspell-config.h \ + weechat-aspell-speller.c \ + weechat-aspell-speller.h aspell_la_LDFLAGS = -module aspell_la_LIBADD = $(ASPELL_LFLAGS) diff --git a/src/plugins/aspell/aspell-config.c b/src/plugins/aspell/weechat-aspell-config.c index 661a209bb..11ad09d92 100644 --- a/src/plugins/aspell/aspell-config.c +++ b/src/plugins/aspell/weechat-aspell-config.c @@ -24,9 +24,9 @@ #include <limits.h> #include "../weechat-plugin.h" -#include "aspell.h" -#include "aspell-config.h" -#include "aspell-speller.h" +#include "weechat-aspell.h" +#include "weechat-aspell-config.h" +#include "weechat-aspell-speller.h" struct t_config_file *weechat_aspell_config_file = NULL; diff --git a/src/plugins/aspell/aspell-config.h b/src/plugins/aspell/weechat-aspell-config.h index 3ecfeab92..3ecfeab92 100644 --- a/src/plugins/aspell/aspell-config.h +++ b/src/plugins/aspell/weechat-aspell-config.h diff --git a/src/plugins/aspell/aspell-speller.c b/src/plugins/aspell/weechat-aspell-speller.c index f066cc64a..ca54b4643 100644 --- a/src/plugins/aspell/aspell-speller.c +++ b/src/plugins/aspell/weechat-aspell-speller.c @@ -23,8 +23,8 @@ #include <string.h> #include "../weechat-plugin.h" -#include "aspell.h" -#include "aspell-speller.h" +#include "weechat-aspell.h" +#include "weechat-aspell-speller.h" struct t_aspell_speller *weechat_aspell_spellers = NULL; diff --git a/src/plugins/aspell/aspell-speller.h b/src/plugins/aspell/weechat-aspell-speller.h index fb6f92bcf..fb6f92bcf 100644 --- a/src/plugins/aspell/aspell-speller.h +++ b/src/plugins/aspell/weechat-aspell-speller.h diff --git a/src/plugins/aspell/aspell.c b/src/plugins/aspell/weechat-aspell.c index 33628f78c..778d92647 100644 --- a/src/plugins/aspell/aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -26,9 +26,9 @@ #include <ctype.h> #include "../weechat-plugin.h" -#include "aspell.h" -#include "aspell-config.h" -#include "aspell-speller.h" +#include "weechat-aspell.h" +#include "weechat-aspell-config.h" +#include "weechat-aspell-speller.h" WEECHAT_PLUGIN_NAME(ASPELL_PLUGIN_NAME); diff --git a/src/plugins/aspell/aspell.h b/src/plugins/aspell/weechat-aspell.h index 42dc2217b..42dc2217b 100644 --- a/src/plugins/aspell/aspell.h +++ b/src/plugins/aspell/weechat-aspell.h |