Mercurial > pidgin
view libgaim/gconf/Makefile.am @ 15268:132db06150ca
[gaim-migrate @ 18058]
* Nathan and I decided that there's no reason for having the if (value != old_value) checks in the setters; it's a convention which makes sense in my 'native' Objective-C but is silly here.
* Fixed a return in g_return_val_if_fail(): gaim_notify_user_info_entry_get_type() returns a GaimNotifyUserInfoEntryType, not a pointer.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Tue, 26 Dec 2006 19:22:03 +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