summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/aspell/Makefile.am')
-rw-r--r--src/plugins/aspell/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/aspell/Makefile.am b/src/plugins/aspell/Makefile.am
index 449d38ba5..644c1f87f 100644
--- a/src/plugins/aspell/Makefile.am
+++ b/src/plugins/aspell/Makefile.am
@@ -19,8 +19,8 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(ASPELL_CFLAGS)
libdir = ${weechat_libdir}/plugins
-lib_LTLIBRARIES = libaspell.la
+lib_LTLIBRARIES = aspell.la
-libaspell_la_SOURCES = weechat-aspell.h weechat-aspell.c
-libaspell_la_LDFLAGS = -module
-libaspell_la_LIBADD = $(ASPELL_LFLAGS)
+aspell_la_SOURCES = weechat-aspell.h weechat-aspell.c
+aspell_la_LDFLAGS = -module
+aspell_la_LIBADD = $(ASPELL_LFLAGS)