diff -up gnome-applets-2.22.1/gweather/Makefile.am.gweather-gnome-vfs gnome-applets-2.22.1/gweather/Makefile.am --- gnome-applets-2.22.1/gweather/Makefile.am.gweather-gnome-vfs 2008-04-07 17:59:56.000000000 -0400 +++ gnome-applets-2.22.1/gweather/Makefile.am 2008-04-07 20:49:48.000000000 -0400 @@ -7,7 +7,6 @@ INCLUDES = \ -I$(top_srcdir) \ -DGTK_ENABLE_BROKEN \ $(GNOME_APPLETS_CFLAGS) \ - $(GNOME_VFS_APPLETS_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(LIBGWEATHER_CFLAGS) @@ -24,7 +23,6 @@ gweather_applet_2_SOURCES = \ gweather_applet_2_LDADD = \ $(LIBNOTIFY_LIBS) \ $(GNOME_APPLETS_LIBS) \ - $(GNOME_VFS_APPLETS_LIBS) \ $(LIBGWEATHER_LIBS) uidir = $(datadir)/gnome-2.0/ui diff -up gnome-applets-2.22.1/Makefile.am.gweather-gnome-vfs gnome-applets-2.22.1/Makefile.am --- gnome-applets-2.22.1/Makefile.am.gweather-gnome-vfs 2008-04-07 17:59:57.000000000 -0400 +++ gnome-applets-2.22.1/Makefile.am 2008-04-07 20:25:49.000000000 -0400 @@ -6,8 +6,7 @@ gtop_SUBDIRS = $(gtop_applets) endif vfs_applets = \ - drivemount \ - gweather + drivemount if BUILD_GNOME_VFS_APPLETS vfs_SUBDIRS = $(vfs_applets) endif @@ -47,6 +46,7 @@ endif always_built_SUBDIRS = \ charpick \ geyes \ + gweather \ mini-commander \ gkb-new \ stickynotes \