[Commits] Makefile.am 1.1.2.4 1.1.2.5

colin at claws-mail.org colin at claws-mail.org
Wed Feb 20 15:56:59 CET 2013


Update of /home/claws-mail/claws/src/plugins/python
In directory srv:/tmp/cvs-serv4402/src/plugins/python

Modified Files:
      Tag: gtk2
	Makefile.am 
Log Message:
2013-02-20 [colin]	3.9.0cvs91

	* src/plugins/fetchinfo/Makefile.am
	* src/plugins/notification/Makefile.am
	* src/plugins/perl/Makefile.am
	* src/plugins/python/Makefile.am
		Drop _plugin from the plugin's filename

Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/claws/src/plugins/python/Attic/Makefile.am,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- Makefile.am	20 Feb 2013 13:12:51 -0000	1.1.2.4
+++ Makefile.am	20 Feb 2013 14:56:56 -0000	1.1.2.5
@@ -1,10 +1,10 @@
 plugindir = $(pkglibdir)/plugins
 
 if BUILD_PYTHON_PLUGIN
-plugin_LTLIBRARIES = python_plugin.la
+plugin_LTLIBRARIES = python.la
 endif
 
-python_plugin_la_SOURCES = \
+python_la_SOURCES = \
 	clawsmailmodule.c \
 	clawsmailmodule.h \
 	composewindowtype.c \
@@ -21,7 +21,7 @@
 	python-shell.c \
 	python-shell.h
 
-python_plugin_la_LDFLAGS = \
+python_la_LDFLAGS = \
 	-avoid-version -module \
 	$(GLIB_LIBS) \
 	$(GTK_LIBS) \



More information about the Commits mailing list