view libgaim/gconf/Makefile.am @ 14583:ac6120e2e27c

[gaim-migrate @ 17307] SF Patch #1481843 from Sadrul It sounds like the GTK+ folks won't be fixing bug #355214: http://bugzilla.gnome.org/show_bug.cgi?id=355214 This fixes the bolding of buddies in chat rooms. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 18 Sep 2006 04:35:10 +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