Mercurial > pidgin
annotate libgaim/gconf/Makefile.am @ 14611:000b8c063121
[gaim-migrate @ 17339]
My previous implementation was a bit awkward. This requires less overhead.
Also, let's only show those info fields that a buddy has actually filled out.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Fri, 22 Sep 2006 17:03:54 +0000 |
parents | 9874c8949354 |
children | 7663e117c894 |
rev | line source |
---|---|
14520 | 1 schemadir = @GCONF_SCHEMA_FILE_DIR@ |
2 schema_DATA = gaim.schemas | |
3 | |
14523
9874c8949354
[gaim-migrate @ 17244]
Richard Laager <rlaager@wiktel.com>
parents:
14520
diff
changeset
|
4 EXTRA_DIST = gaim.schemas |
9874c8949354
[gaim-migrate @ 17244]
Richard Laager <rlaager@wiktel.com>
parents:
14520
diff
changeset
|
5 |
14520 | 6 if GCONF_SCHEMAS_INSTALL |
7 install-data-local: | |
8 GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) | |
9 else | |
10 install-data-local: | |
11 endif |