From 415b951b22cd467afadf1866c53ef5c1caa5eacb Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Wed, 10 Dec 2008 03:38:51 +0000 Subject: Make the libgweather dependency optional, build the weather calendar setup plugin by default and provide an option to disable it. svn path=/trunk/; revision=36860 --- plugins/calendar-weather/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/calendar-weather/Makefile.am') diff --git a/plugins/calendar-weather/Makefile.am b/plugins/calendar-weather/Makefile.am index b5a811118c..2e2be150e3 100644 --- a/plugins/calendar-weather/Makefile.am +++ b/plugins/calendar-weather/Makefile.am @@ -1,7 +1,5 @@ eds_datadir = `pkg-config --variable=privdatadir evolution-data-server-1.2` weatherdatadir = $(datadir)/evolution/$(BASE_VERSION)/weather -LIBGWEATHER_CFLAGS = `pkg-config --cflags gweather` -LIBGWEATHER_LIBS = `pkg-config --libs gweather` INCLUDES = \ -I$(top_srcdir) \ -- cgit v1.2.3