aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/Makefile.am7
-rw-r--r--addressbook/gui/component/apps_evolution_addressbook.schemas.in.in (renamed from addressbook/gui/component/apps_evolution_addressbook.schemas)0
3 files changed, 12 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index bec2937d7b..2e53c2db3c 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-02 Rodney Dawes <dobey@ximian.com>
+
+ * gui/component/Makefile.am: Version the schemas
+ * gui/component/apps_evolution_addressbook.schemas: Removed
+ * gui/component/apps_evolution_addressbook.schemas.in.in: Added
+
2003-12-02 Ettore Perazzoli <ettore@ximian.com>
* gui/component/addressbook.c (set_status_message): Call
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 9583e53c8c..916ee1bfa7 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -64,7 +64,12 @@ libevolution_addressbook_la_LDFLAGS = -module -avoid-version
# GConf schemas
schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_DATA = apps_evolution_addressbook.schemas
+schema_in_files = apps_evolution_addressbook.schemas.in.in
+schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas)
+%-$(BASE_VERSION).schemas.in: %.schemas.in.in
+ cp $< $@
+
+@INTLTOOL_SCHEMAS_RULE@
install-data-local:
if test -z "$(DESTDIR)" ; then \
diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
index 82af9d0843..82af9d0843 100644
--- a/addressbook/gui/component/apps_evolution_addressbook.schemas
+++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in