diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-10 11:52:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-10 11:52:41 +0800 |
commit | cde356b32b161e110c3024eb414660fe5b8f516c (patch) | |
tree | 21dfd0104c871e9d48adf08413a4dfec2938c2eb /calendar/conduits/todo/Makefile.am | |
parent | eb33178c5cd15a24fc23569d2d4fa9a61edd7079 (diff) | |
download | gsoc2013-evolution-cde356b32b161e110c3024eb414660fe5b8f516c.tar.gz gsoc2013-evolution-cde356b32b161e110c3024eb414660fe5b8f516c.tar.zst gsoc2013-evolution-cde356b32b161e110c3024eb414660fe5b8f516c.zip |
Adjust to using gnome-pilot-sync-abs conduit which is based on the latest
2000-10-09 JP Rosevear <jpr@helixcode.com>
* conduits/*: Adjust to using gnome-pilot-sync-abs conduit which
is based on the latest pilot link changes.
svn path=/trunk/; revision=5812
Diffstat (limited to 'calendar/conduits/todo/Makefile.am')
-rw-r--r-- | calendar/conduits/todo/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am index 94eb5251b5..619a11657b 100644 --- a/calendar/conduits/todo/Makefile.am +++ b/calendar/conduits/todo/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ - $(BONOBO_VFS_GNOME_CFLAGS) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ $(GNOME_PILOT_CFLAGS) # ToDo Capplet @@ -22,8 +22,6 @@ e_todo_conduit_control_applet_LDADD = \ $(GNOMEUI_LIBS) \ $(INTLLIBS) - - # ToDo Conduit e_todo_conduitsdir=$(libdir)/gnome-pilot/conduits e_todo_conduits_LTLIBRARIES = libetodo_conduit.la |