[Commits] Makefile.am 1.1.2.3 1.1.2.4
colin at claws-mail.org
colin at claws-mail.org
Wed Feb 20 15:56:58 CET 2013
Update of /home/claws-mail/claws/src/plugins/perl
In directory srv:/tmp/cvs-serv4402/src/plugins/perl
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/perl/Attic/Makefile.am,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- Makefile.am 20 Feb 2013 13:12:51 -0000 1.1.2.3
+++ Makefile.am 20 Feb 2013 14:56:56 -0000 1.1.2.4
@@ -1,17 +1,17 @@
plugindir = $(pkglibdir)/plugins
if BUILD_PERL_PLUGIN
-plugin_LTLIBRARIES = perl_plugin.la
+plugin_LTLIBRARIES = perl.la
endif
-perl_plugin_la_SOURCES = \
+perl_la_SOURCES = \
perl_plugin.c perl_plugin.h \
perl_gtk.c perl_gtk.h
-perl_plugin_la_LDFLAGS = \
+perl_la_LDFLAGS = \
-avoid-version -module
-perl_plugin_la_LIBADD = \
+perl_la_LIBADD = \
$(PERL_LDFLAGS) \
$(GTK_LIBS)
More information about the Commits
mailing list