aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-07-01 09:35:31 +0800
committerSeth Alves <alves@src.gnome.org>2000-07-01 09:35:31 +0800
commitf7019627af193bfa63271e6cef3a523ad5da9c5e (patch)
tree42885ab249e34d81994c749c1063f8d67776a459
parentf278d3041bc2829db097cc0e5cf99ba443501a9a (diff)
downloadgsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.tar
gsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.tar.gz
gsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.tar.bz2
gsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.tar.lz
gsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.tar.xz
gsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.tar.zst
gsoc2013-evolution-f7019627af193bfa63271e6cef3a523ad5da9c5e.zip
uncomment out the pilot stuff, i think it links now. heh
svn path=/trunk/; revision=3842
-rw-r--r--calendar/gui/Makefile.am38
1 files changed, 19 insertions, 19 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 0ea93dc87c..acb2d82369 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -3,9 +3,9 @@ SUBDIRS = dialogs
help_base = $(datadir)/gnome/help/cal
# if HAVE_GNOME_PILOT
-# CPS = calendar-pilot-sync #empty-pilot-calendar
+CPS = calendar-pilot-sync #empty-pilot-calendar
# else
-CPS =
+#CPS =
# endif
bin_PROGRAMS = evolution-calendar $(CPS)
@@ -107,23 +107,23 @@ evolution_calendar_LDADD = \
evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf`
# if HAVE_GNOME_PILOT
-#
-# calendar_pilot_sync_SOURCES = \
-# calendar-pilot-sync.c
-#
-# calendar_pilot_sync_INCLUDES = \
-# $(INCLUDES) \
-# $(GNOME_PILOT_CFLAGS) \
-# $(PISOCK_INCLUDEDIR) \
-# $(GNOME_CONDUIT_INCLUDEDIR)
-#
-# calendar_pilot_sync_LDADD = -lpisock \
-# $(LINK_FLAGS) \
-# $(EXTRA_GNOME_LIBS) \
-# $(BONOBO_HTML_GNOME_LIBS) \
-# $(GNOME_PILOT_LIBS) \
-# $(PISOCK_LIBS)
-#
+
+calendar_pilot_sync_SOURCES = \
+ calendar-pilot-sync.c
+
+calendar_pilot_sync_INCLUDES = \
+ $(INCLUDES) \
+ $(GNOME_PILOT_CFLAGS) \
+ $(PISOCK_INCLUDEDIR) \
+ $(GNOME_CONDUIT_INCLUDEDIR)
+
+calendar_pilot_sync_LDADD = -lpisock \
+ $(BONOBO_VFS_GNOME_LIBS) \
+ $(LINK_FLAGS) \
+ $(EXTRA_GNOME_LIBS) \
+ $(BONOBO_HTML_GNOME_LIBS) \
+ $(GNOME_PILOT_LIBS) \
+ $(PISOCK_LIBS)
# endif
if USING_OAF