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/printing/Makefile.am | |
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/printing/Makefile.am')
-rw-r--r-- | addressbook/printing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |