view libgaim/gconf/Makefile.am @ 15373:f79e0f4df793

Add a PIDGIN_NAME macro defined to "Pidgin," and converted a few places within gtk/ to use it. There's a lot of instances of "Gaim" strings in libpurple which would be better of not referring to anything at all.
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 00:38:22 +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