aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog4
-rw-r--r--addressbook/gui/component/Makefile.am7
-rw-r--r--addressbook/printing/Makefile.am1
3 files changed, 9 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 1b51c47c9d..116e1dd395 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-14 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/component/Makefile.am (EXTRA_DIST): Add $(schema_DATA).
+
2003-01-09 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (control_activate_cb): try to load
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 6bf1c57f3e..16eb925fe3 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -100,9 +100,10 @@ glade_DATA = ldap-config.glade
iconsdir = $(datadir)/evolution/images
-EXTRA_DIST = \
- $(glade_DATA) \
- $(server_DATA) \
+EXTRA_DIST = \
+ $(glade_DATA) \
+ $(schema_DATA) \
+ $(server_DATA) \
$(server_in_files)
if ENABLE_PURIFY
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index f9e6010e0d..423dac4f6a 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -47,6 +47,7 @@ contact_print_test_LDADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/libversit/libversit.a \
$(top_builddir)/e-util/ename/libename.la \
+ $(top_builddir)/camel/libcamel.la \
libecontactprint.a \
$(EVOLUTION_ADDRESSBOOK_LIBS)