diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-11-01 02:06:19 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-11-01 02:06:19 +0800 |
commit | 24557bc3bfbf5d02345536e2b1d53bd33140d91b (patch) | |
tree | 017f7cc167210900745b78374258e36a5798f71c /wombat/Makefile.am | |
parent | dd09d630872427be423ac416340192a24e2d037e (diff) | |
download | gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.tar gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.tar.gz gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.tar.bz2 gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.tar.lz gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.tar.xz gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.tar.zst gsoc2013-evolution-24557bc3bfbf5d02345536e2b1d53bd33140d91b.zip |
Add http backend lib.
2003-10-31 Hans Petter Jansson <hpj@ximian.com>
* Makefile.am (evolution_wombat_LDADD): Add http backend lib.
* wombat.c (setup_pcs): Register webcal method for http backend.
svn path=/trunk/; revision=23154
Diffstat (limited to 'wombat/Makefile.am')
-rw-r--r-- | wombat/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 0e83a42667..7caa352d14 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -52,6 +52,7 @@ evolution_wombat_LDADD = \ $(top_builddir)/addressbook/backend/pas/libpasvcf.la \ $(LDAP_BACKEND) \ $(top_builddir)/calendar/pcs/libpcsfile.la \ + $(top_builddir)/calendar/pcs/libpcshttp.la \ $(WOMBAT_LIBS) if ENABLE_LDAP |