view libpurple/gconf/Makefile.am @ 15472:4222b5790e0b

merge of 'c2ca8d77fad6142251001c2545c83a2f56eb3660' and 'df9e73e952c29bcf2bf3d2f7c6e1f89e622fc8dc'
author Nathan Walp <nwalp@pidgin.im>
date Wed, 31 Jan 2007 04:53:52 +0000
parents 5fe8042783c1
children 88d626a179a6
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