diff options
Diffstat (limited to 'modules/cal-config-weather/Makefile.am')
-rw-r--r-- | modules/cal-config-weather/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/cal-config-weather/Makefile.am b/modules/cal-config-weather/Makefile.am index 7276a9d2c0..ef72e26f0c 100644 --- a/modules/cal-config-weather/Makefile.am +++ b/modules/cal-config-weather/Makefile.am @@ -3,10 +3,11 @@ module_LTLIBRARIES = module-cal-config-weather.la module_cal_config_weather_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ -DG_LOG_DOMAIN=\"evolution-cal-config-weather\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ + $(CHAMPLAIN_CFLAGS) \ + $(GTKHTML_CFLAGS) \ $(GWEATHER_CFLAGS) module_cal_config_weather_la_SOURCES = \ @@ -16,9 +17,10 @@ module_cal_config_weather_la_SOURCES = \ module_cal_config_weather_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ + $(CHAMPLAIN_LIBS) \ + $(GTKHTML_LIBS) \ $(GWEATHER_LIBS) module_cal_config_weather_la_LDFLAGS = \ |