[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:59:01 CET 2013


Update of /home/claws-mail/claws/src/plugins/gdata
In directory srv:/tmp/cvs-serv7636/src/plugins/gdata

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

	* src/plugins/gdata/Makefile.am
		Change plugin name

Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/claws/src/plugins/gdata/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:50 -0000	1.1.2.3
+++ Makefile.am	20 Feb 2013 14:58:59 -0000	1.1.2.4
@@ -1,10 +1,10 @@
 plugindir = $(pkglibdir)/plugins
 
 if BUILD_GDATA_PLUGIN
-plugin_LTLIBRARIES = gdata_plugin.la
+plugin_LTLIBRARIES = gdata.la
 endif
 
-gdata_plugin_la_SOURCES = \
+gdata_la_SOURCES = \
 	gdata_plugin.c \
 	gdata_plugin.h \
 	cm_gdata_contacts.c \
@@ -12,7 +12,7 @@
 	cm_gdata_prefs.c \
 	cm_gdata_prefs.h
 
-gdata_plugin_la_LDFLAGS = \
+gdata_la_LDFLAGS = \
 	-avoid-version -module \
 	$(GTK_LIBS) \
 	$(GDATA_LIBS)



More information about the Commits mailing list