From 7b1bd483b937fb6bf3d59dda200a0e6af6f2cc00 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sat, 13 Nov 1999 22:00:39 +0000 Subject: Stupid misplaced endif cause gncal to depend on an install gnome-pilot... * Makefile.am: Stupid misplaced endif cause gncal to depend on an install gnome-pilot... fixed... sorry. svn path=/trunk/; revision=1387 --- calendar/ChangeLog | 11 +++++++++++ calendar/Makefile.am | 12 +++++------- calendar/gui/Makefile.am | 12 +++++------- 3 files changed, 21 insertions(+), 14 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 050baea228..c5156c15e3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +1999-11-14 Eskil Heyn Olsen + + * Makefile.am: Stupid misplaced endif cause gncal to depend on an + install gnome-pilot... fixed... sorry. + +1999-11-12 Eskil Heyn Olsen + + * Makefile.am (extra_pilot_bins): Fixed the if then else problem, + using solution suggested by James Henstridge, appears to be caused + by a (by now fixed) bug in my automake. + 1999-11-12 Russell Steinthal * prop.c: Config code for timeout, make Alarms property page use a diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 510ef8e80a..652f78c8f8 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -9,13 +9,11 @@ gnorba_DATA = gnomecal.gnorba help_base = $(datadir)/gnome/help/cal if HAVE_GNOME_PILOT -bin_PROGRAMS = \ - gnomecal \ - calendar-conduit-control-applet \ - calendar-pilot-sync -else -bin_PROGRAMS = gnomecal +extra_pilot_bins = \ + calendar-conduit-control-applet \ + calendar-pilot-sync endif +bin_PROGRAMS = gnomecal $(extra_pilot_bins) INCLUDES = \ -I$(includedir) \ @@ -120,9 +118,9 @@ calendar_pilot_sync_LDADD = \ if HAVE_GNOME_PILOT #calendar_conduit calendar_conduitsdir=$(libdir)/gnome-pilot/conduits -endif calendar_conduits_LTLIBRARIES = libcalendar_conduit.la +endif libcalendar_conduit_la_SOURCES = \ GnomeCal-common.c \ diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 510ef8e80a..652f78c8f8 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -9,13 +9,11 @@ gnorba_DATA = gnomecal.gnorba help_base = $(datadir)/gnome/help/cal if HAVE_GNOME_PILOT -bin_PROGRAMS = \ - gnomecal \ - calendar-conduit-control-applet \ - calendar-pilot-sync -else -bin_PROGRAMS = gnomecal +extra_pilot_bins = \ + calendar-conduit-control-applet \ + calendar-pilot-sync endif +bin_PROGRAMS = gnomecal $(extra_pilot_bins) INCLUDES = \ -I$(includedir) \ @@ -120,9 +118,9 @@ calendar_pilot_sync_LDADD = \ if HAVE_GNOME_PILOT #calendar_conduit calendar_conduitsdir=$(libdir)/gnome-pilot/conduits -endif calendar_conduits_LTLIBRARIES = libcalendar_conduit.la +endif libcalendar_conduit_la_SOURCES = \ GnomeCal-common.c \ -- cgit v1.2.3