[Commits] Makefile.am 1.1.2.6 1.1.2.7

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/notification
In directory srv:/tmp/cvs-serv4402/src/plugins/notification

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/notification/Attic/Makefile.am,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- Makefile.am	20 Feb 2013 13:12:50 -0000	1.1.2.6
+++ Makefile.am	20 Feb 2013 14:56:55 -0000	1.1.2.7
@@ -54,10 +54,10 @@
 plugindir = $(pkglibdir)/plugins
 
 if BUILD_NOTIFICATION_PLUGIN
-plugin_LTLIBRARIES = notification_plugin.la
+plugin_LTLIBRARIES = notification.la
 endif
 
-notification_plugin_la_SOURCES = \
+notification_la_SOURCES = \
 	notification_plugin.c notification_plugin.h \
 	notification_core.c notification_core.h \
 	notification_popup.c notification_popup.h \
@@ -72,11 +72,11 @@
 	notification_pixbuf.c notification_pixbuf.h \
 	raw_claws_mail_logo_64x64.h
 
-notification_plugin_la_LDFLAGS = \
+notification_la_LDFLAGS = \
 	$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
 	-avoid-version -module
 
-notification_plugin_la_DEPENDENCIES = $(plugin_deps) \
+notification_la_DEPENDENCIES = $(plugin_deps) \
 	$(hotkey_lib_path)
 
 INCLUDES = \
@@ -87,14 +87,14 @@
 	-I$(top_srcdir)/src/gtk
 
 
-notification_plugin_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
+notification_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
         $(GTK_LIBS)  \
 	$(libnotify_LIBS) \
 	$(libindicate_LIBS) \
 	$(libcanberra_gtk_LIBS) \
 	$(hotkey_lib_path)
 
-notification_plugin_la_CPPFLAGS = \
+notification_la_CPPFLAGS = \
 	$(NOTIFY_CFLAGS) \
 	$(CLAWS_MAIL_CFLAGS) \
 	$(GLIB_CFLAGS) \



More information about the Commits mailing list