diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-23 04:49:45 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-23 04:49:45 +0800 |
commit | f7cbb839adf3fd47aa07ca2080063acd6fff6978 (patch) | |
tree | 03f31b00e9fbf1dd4338fc1744df13d9f6c5b9f9 /wombat/Makefile.am | |
parent | 998e8acf8d1acdffe0b91baad1ce200029d519aa (diff) | |
download | gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.gz gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.zst gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.zip |
add vcf to supported_protocols.
2003-10-21 Chris Toshok <toshok@ximian.com>
* GNOME_Evolution_WombatLDAP.server.in.in: add vcf to
supported_protocols.
* GNOME_Evolution_WombatNOLDAP.server.in.in: same.
* wombat.c (setup_pas): register the vcf backend.
* Makefile.am (evolution_wombat_LDADD): replace the conditional
libpasldap stuff and the references to all the libpas* backends
with libpas.la.
svn path=/trunk/; revision=22999
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 73c18e01ed..c66f38382c 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -43,17 +43,8 @@ evolution_wombat_SOURCES = \ wombat-interface-check.h \ wombat.c -if ENABLE_LDAP -LDAP_STUFF = \ - $(top_builddir)/addressbook/backend/pas/libpasldap.a \ - $(LDAP_LIBS) -endif - evolution_wombat_LDADD = \ - $(top_builddir)/addressbook/backend/pas/libpasfile.a \ - $(DB3_LDADD) \ - $(LDAP_STUFF) \ - $(top_builddir)/addressbook/backend/pas/libpas.a \ + $(top_builddir)/addressbook/backend/pas/libpas.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/calendar/pcs/libpcsfile.a \ $(top_builddir)/calendar/pcs/libpcs.a \ |