view libgaim/gconf/Makefile.am @ 15234:9a44dd7955d6

[gaim-migrate @ 18023] Adil's statusbox-imhtml-resizing behavior, now in the conversation. This shouldn't affect anything at all, except that if you're typing a real long message, you'll be able to see more of it, while keeping your default size small. Everything else should be exactly the same. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 19 Dec 2006 01:36:20 +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