From d8b775d2c4d9121e67952a3b81d59fdfdd4619ac Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 14 Jun 2006 16:23:53 +0000 Subject: Renamed plugins names (removed "lib" prefix in name) --- src/plugins/scripts/python/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/scripts/python') diff --git a/src/plugins/scripts/python/Makefile.am b/src/plugins/scripts/python/Makefile.am index ba8a445ae..63413fb5c 100644 --- a/src/plugins/scripts/python/Makefile.am +++ b/src/plugins/scripts/python/Makefile.am @@ -19,8 +19,8 @@ INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(PYTHON_CFLAGS) libdir = ${weechat_libdir}/plugins -lib_LTLIBRARIES = libpython.la +lib_LTLIBRARIES = python.la -libpython_la_SOURCES = weechat-python.c -libpython_la_LDFLAGS = -module -libpython_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PYTHON_LFLAGS) +python_la_SOURCES = weechat-python.c +python_la_LDFLAGS = -module +python_la_LIBADD = ../lib_weechat_plugins_scripts.la $(PYTHON_LFLAGS) -- cgit v1.2.3