aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>1999-10-14 00:16:49 +0800
committerEskil Heyn Olsen <eskil@src.gnome.org>1999-10-14 00:16:49 +0800
commit7c604052f5ab4824264a9630b7a18aa04d76d5a6 (patch)
tree812f3412a87b5b3c259441023cdc23429ce3b754
parentb035a84ceb50bec428d057790c5b12c180ada015 (diff)
downloadgsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.tar
gsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.tar.gz
gsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.tar.bz2
gsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.tar.lz
gsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.tar.xz
gsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.tar.zst
gsoc2013-evolution-7c604052f5ab4824264a9630b7a18aa04d76d5a6.zip
Fixed the much-hated gnome-pilot dependency
svn path=/trunk/; revision=1326
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/Makefile.am3
-rw-r--r--calendar/gui/Makefile.am3
3 files changed, 9 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 809a352f80..efdd856293 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-13 Eskil Olsen <deity@eskil.dk>
+
+ * Makefile.am: Hopefully the fixes the much-hated
+ gnome-pilot dependency.
+
1999-10-07 Eskil Olsen <deity@eskil.dk>
* calendar.c (calendar_object_changed): moved the pilot_status =
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 1b4927e0aa..cb03a4eacb 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -118,7 +118,7 @@ calendar_pilot_sync_LDADD = \
$(PISOCK_LIBS) \
$(LINK_FLAGS)
-
+if HAVE_GNOME_PILOT
#calendar_conduit
calendar_conduitsdir=$(libdir)/gnome-pilot/conduits
@@ -186,6 +186,7 @@ todo_conduit_control_applet_LDADD = \
$(PISOCK_LIBS) \
$(GNOME_PILOT_LIBS) \
$(INTLLIBS)
+endif
gnomecal_LDADD = $(LINK_FLAGS)
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 1b4927e0aa..cb03a4eacb 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -118,7 +118,7 @@ calendar_pilot_sync_LDADD = \
$(PISOCK_LIBS) \
$(LINK_FLAGS)
-
+if HAVE_GNOME_PILOT
#calendar_conduit
calendar_conduitsdir=$(libdir)/gnome-pilot/conduits
@@ -186,6 +186,7 @@ todo_conduit_control_applet_LDADD = \
$(PISOCK_LIBS) \
$(GNOME_PILOT_LIBS) \
$(INTLLIBS)
+endif
gnomecal_LDADD = $(LINK_FLAGS)