1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Renamed plugins names (removed "lib" prefix in name)

This commit is contained in:
Sebastien Helleu
2006-06-14 16:23:53 +00:00
parent f6ff17ebb0
commit d8b775d2c4
16 changed files with 64 additions and 50 deletions
+4 -4
View File
@@ -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)