view libgaim/gconf/Makefile.am @ 14937:762896fc8449

[gaim-migrate @ 17709] If we're not reporting idleness, we should still be able to auto-away. If "system" idleness is available, use it to determine when to go away; otherwise use "gaim" idleness. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Nov 2006 05:04:41 +0000
parents 1ed1f5effe19
children
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 $(schema_DATA)
else
install-data-local:
endif