[evolution-patches] weather calendar fix



simple Makefile.am change to fix icons in the weather calendar

-D
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/plugins/calendar-weather/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- Makefile.am	3 Feb 2005 16:35:12 -0000	1.4
+++ Makefile.am	22 Mar 2005 16:39:19 -0000
@@ -1,18 +1,16 @@
 eds_datadir = `pkg-config --variable=privdatadir evolution-data-server-1.2`
+weatherdatadir = $(datadir)/evolution/$(BASE_VERSION)/weather
 
 INCLUDES =									\
 	-I$(top_srcdir)/shell							\
 	$(EVOLUTION_CFLAGS)							\
 	$(EVOLUTION_CALENDAR_CFLAGS)						\
 	$(SOURCE_SEL_CFLAGS)							\
-	-DWEATHER_DATADIR=\""$(weatherdir)"\"	\
+	-DWEATHER_DATADIR=\""$(weatherdatadir)"\"				\
 	-DWEATHER_EDS_DATADIR=\""$(eds_datadir)/weather"\"
 
 @EVO_PLUGIN_RULE@
 
-# These will actually install into the e-d-s share directory, but
-# if the plugin is disabled, we aren't going to be needing them.
-weatherdatadir = $(datadir)/evolution/$(BASE_VERSION)/weather
 weatherdata_DATA = \
 	category_weather_cloudy_16.png		\
 	category_weather_fog_16.png		\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]