diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/Makefile.am | 3 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
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) |