view libgaim/gconf/Makefile.am @ 14685:972ff6ca923f

[gaim-migrate @ 17437] Fix Coverity CIDs 141 & 142 - the return value of gtk_tree_selection_get_selected() should be checked to ensure something is selected. I also sensitized/desensitized the buttons as appropriate, which probably renders the return checking redundant, but I'm playing safe. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 07 Oct 2006 17:01:58 +0000
parents 7663e117c894
children 1ed1f5effe19
line wrap: on
line source

schemadir = @GCONF_SCHEMA_FILE_DIR@

EXTRA_DIST = gaim.schemas.in

schema_in_files = gaim.schemas.in
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@

if GCONF_SCHEMAS_INSTALL
install-data-local:
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
else
install-data-local:
endif