summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-10-31 18:15:44 +0100
committerSebastien Helleu <flashcode@flashtux.org>2007-10-31 18:15:44 +0100
commit13e58a4ecb0679c9e0cd8cd9e97b5193b3195bca (patch)
tree11a8b35f43bb85527b05a9abbcfc3babac471b64 /src
parentbf40cfbdfd6b196aceb084941589efc364c65944 (diff)
downloadweechat-13e58a4ecb0679c9e0cd8cd9e97b5193b3195bca.zip
Updated Makefile for aspell (new name for sources)
Diffstat (limited to 'src')
-rw-r--r--src/plugins/aspell/CMakeLists.txt2
-rw-r--r--src/plugins/aspell/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/aspell/CMakeLists.txt b/src/plugins/aspell/CMakeLists.txt
index adec16e54..a31de3062 100644
--- a/src/plugins/aspell/CMakeLists.txt
+++ b/src/plugins/aspell/CMakeLists.txt
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-ADD_LIBRARY(aspell MODULE weechat-aspell.h weechat-aspell.c)
+ADD_LIBRARY(aspell MODULE aspell.c aspell.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 fe5a128fe..5ba488c15 100644
--- a/src/plugins/aspell/Makefile.am
+++ b/src/plugins/aspell/Makefile.am
@@ -20,6 +20,6 @@ libdir = ${weechat_libdir}/plugins
lib_LTLIBRARIES = aspell.la
-aspell_la_SOURCES = weechat-aspell.h weechat-aspell.c
+aspell_la_SOURCES = aspell.c aspell.h
aspell_la_LDFLAGS = -module
aspell_la_LIBADD = $(ASPELL_LFLAGS)