view libgaim/gconf/Makefile.am @ 14603:f63d095dc421

[gaim-migrate @ 17331] Don't remove the perl plugin if we can't find ActivePerl. We no longer have the annoying error popups when a dll dependency isn't found, so this isn't necessary anymore. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 20 Sep 2006 20:32:43 +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