Mercurial > pidgin
view libpurple/gconf/Makefile.am @ 16057:9cf2b4dedbe5
Separate out libpurple, libpurple-devel and finch-devel RPMs
Fixes ticket #66
TODO: get rid of all the exceess split RPMs for various plugin/prpls and
just include them in the main pidgin/libpurple RPMs where possible for each
distro we build for.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 11 Apr 2007 12:13:16 +0000 |
parents | 88d626a179a6 |
children | 309c1478b457 |
line wrap: on
line source
schemadir = @GCONF_SCHEMA_FILE_DIR@ EXTRA_DIST = purple.schemas.in schema_in_files = purple.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