view libgaim/gconf/Makefile.am @ 14562:78d0f3c4c9ff

[gaim-migrate @ 17285] Thinking about it, group counts are kinda stupid. I think I've been their major defender in the various prefslashes, so I don't think anyone objects to me removing them. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 16 Sep 2006 00:56:13 +0000
parents 9874c8949354
children 7663e117c894
line wrap: on
line source

schemadir = @GCONF_SCHEMA_FILE_DIR@
schema_DATA = gaim.schemas

EXTRA_DIST = gaim.schemas

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