diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 02:26:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-15 02:26:21 +0800 |
commit | 4a6e9123715fd5536d81c826ae4c9d3aacbc5b84 (patch) | |
tree | 1f0e1beff869fb4e3385d8e3bf3ecea904561943 /addressbook | |
parent | eca2fa78fe4c650e131cee2f7ff6097715e19315 (diff) | |
download | gsoc2013-evolution-4a6e9123715fd5536d81c826ae4c9d3aacbc5b84.tar.gz gsoc2013-evolution-4a6e9123715fd5536d81c826ae4c9d3aacbc5b84.tar.zst gsoc2013-evolution-4a6e9123715fd5536d81c826ae4c9d3aacbc5b84.zip |
Add $(schema_DATA).
* gui/component/Makefile.am (EXTRA_DIST): Add $(schema_DATA).
* Makefile.am: Do not dist the .server.in files; just dist the
.server.in.in ones.
(EXTRA_DIST): Add GNOME_Evolution_WombatLDAP.server.in.in and
GNOME_Evolution_WombatNOLDAP.server.in.in
svn path=/trunk/; revision=19451
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 7 | ||||
-rw-r--r-- | addressbook/printing/Makefile.am | 1 |
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) |