From dc41ba6c011504f21bb84a32940485a304faf4fc Mon Sep 17 00:00:00 2001 From: Peter Teichman Date: Sat, 31 Jul 1999 19:37:25 +0000 Subject: more autoconf, again. need to make the conduit compile conditionally * configure.in: more autoconf, again. need to make the conduit compile conditionally though svn path=/trunk/; revision=1050 --- calendar/gui/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 95d699f730..a8abc3c180 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -13,7 +13,7 @@ CFLAGS += -Wall -Wunused -Wpointer-arith -Wmissing-declarations INCLUDES = \ -I$(includedir) \ $(GNOME_INCLUDEDIR) \ - $(CONDUIT_INCLUDEDIR) \ + $(GNOME_CONDUIT_INCLUDEDIR) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" bin_PROGRAMS = gnomecal calendar-pilot-sync @@ -114,8 +114,7 @@ calendar_conduits_LTLIBRARIES = \ libcalendar_conduit.la libcalendar_conduit_la_LIBADD = \ - $(CONDUIT_LIBDIR) \ - $(CONDUIT_LIBS) \ + $(GNOME_CONDUIT_LIBS) \ $(GNOME_LIBDIR) \ $(GNOME_LIBS) -- cgit v1.2.3