From 298f58a3e72346247152137dec52dbb899eec162 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Thu, 17 Apr 2008 09:16:25 +0000 Subject: Added new files deleted files not needed. 2008-04-17 Sankar P * Makefile.am: Added new files deleted files not needed. * external-editor.c: (convert_to_camel_internet_address), (ee_editor_command_changed), (e_plugin_lib_get_configure_widget), (async_external_editor), (show_composer_dialog), (org_gnome_external_editor): Leak fixes, Temporary files, Bug fixes and so on. * org-gnome-external-editor-errors.xml: Modified error file for staying aligned with other plugins * apps-evolution-external-editor.schemas.in: Added new file for default schema * org-gnome-external-editor.error.xml: Removed in favor of the other errors file. ** Fix for bug #517168 svn path=/trunk/; revision=35373 --- plugins/external-editor/Makefile.am | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'plugins/external-editor/Makefile.am') diff --git a/plugins/external-editor/Makefile.am b/plugins/external-editor/Makefile.am index beec48dc29..0c7c22ab8b 100644 --- a/plugins/external-editor/Makefile.am +++ b/plugins/external-editor/Makefile.am @@ -13,7 +13,7 @@ INCLUDES = \ @EVO_PLUGIN_RULE@ -error_DATA = org-gnome-external-editor.error +error_DATA = org-gnome-external-editor-errors.xml errordir = $(privdatadir)/errors plugin_DATA = \ @@ -27,12 +27,28 @@ liborg_gnome_external_editor_la_SOURCES = \ liborg_gnome_external_editor_la_LDFLAGS = -module -avoid-version +schemadir = $(GCONF_SCHEMA_FILE_DIR) +schema_in_files = apps-evolution-external-editor.schemas.in +schema_DATA = $(schema_in_files:.schemas.in=.schemas) + +@INTLTOOL_SCHEMAS_RULE@ + +install-data-local: + if test -z "$(DESTDIR)" ; then \ + for p in $(schema_DATA) ; do \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p; \ + done \ + fi + EXTRA_DIST = \ org-gnome-external-editor.eplug.xml \ - org-gnome-external-editor.error.xml \ - org-gnome-external-editor.xml + org-gnome-external-editor-errors.xml \ + org-gnome-external-editor.xml \ + $(schema_in_files) BUILT_SOURCES = org-gnome-external-editor.eplug \ - org-gnome-external-editor.error + $(error_i18n) CLEANFILES = $(BUILT_SOURCES) + +DISTCLEANFILES = $(schema_DATA) -- cgit v1.2.3