diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-24 02:51:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-24 02:51:08 +0800 |
commit | 510673ba15f07fef05f3f37b6015e448b7db8a2d (patch) | |
tree | e19ffc32de472cd361a167c30846524b2bdeb73f /addressbook/conduit/Makefile.am | |
parent | fa8c78296810f3a78087a7442efcd6c000b40d1a (diff) | |
download | gsoc2013-evolution-510673ba15f07fef05f3f37b6015e448b7db8a2d.tar.gz gsoc2013-evolution-510673ba15f07fef05f3f37b6015e448b7db8a2d.tar.zst gsoc2013-evolution-510673ba15f07fef05f3f37b6015e448b7db8a2d.zip |
Use e_pilot_map_read (post_sync): Use e_pilot_map_write
2000-10-23 JP Rosevear <jpr@helixcode.com>
* conduit/address-conduit.c (pre_sync): Use e_pilot_map_read
(post_sync): Use e_pilot_map_write
* conduit/Makefile.am: Link libeconduit and not libical
svn path=/trunk/; revision=6121
Diffstat (limited to 'addressbook/conduit/Makefile.am')
-rw-r--r-- | addressbook/conduit/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 738710f671..368a50e477 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -2,7 +2,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook \ -I$(top_srcdir)/addressbook/backend \ - $(BONOBO_VFS_GNOME_CFLAGS) \ + -I$(top_builddir)/e-util \ + $(BONOBO_VFS_GNOME_CFLAGS) \ $(GNOME_PILOT_CFLAGS) # Address Capplet @@ -35,7 +36,7 @@ libeaddress_conduit_la_LIBADD = \ $(top_builddir)/addressbook/backend/ebook/libebook-static.la \ $(top_builddir)/e-util/libeutil-static.la \ $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/libical/src/libical/libical-static.la \ + $(top_builddir)/e-util/libeconduit-static.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(PISOCK_LIBDIR) $(PISOCK_LIBS) \ $(GNOME_LIBDIR) \ |