Blob Blame History Raw
diff -up gnome-applets-2.21.4/Makefile.am.gweather-gnome-vfs gnome-applets-2.21.4/Makefile.am
--- gnome-applets-2.21.4/Makefile.am.gweather-gnome-vfs	2008-01-25 22:21:25.000000000 -0500
+++ gnome-applets-2.21.4/Makefile.am	2008-01-25 22:22:19.000000000 -0500
@@ -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	\
diff -up gnome-applets-2.21.4/gweather/Makefile.am.gweather-gnome-vfs gnome-applets-2.21.4/gweather/Makefile.am
--- gnome-applets-2.21.4/gweather/Makefile.am.gweather-gnome-vfs	2008-01-12 19:32:14.000000000 -0500
+++ gnome-applets-2.21.4/gweather/Makefile.am	2008-01-25 22:21:25.000000000 -0500
@@ -7,7 +7,6 @@ INCLUDES =				\
 	-I$(top_srcdir)			\
 	-DGTK_ENABLE_BROKEN		\
 	$(GNOME_APPLETS_CFLAGS)		\
-	$(GNOME_VFS_APPLETS_CFLAGS)	\
 	$(LIBNOTIFY_CFLAGS)		\
 	$(XML2_CFLAGS)			\
 	$(LIBGWEATHER_CFLAGS)		\
@@ -27,7 +26,6 @@ gweather_applet_2_SOURCES = \
 gweather_applet_2_LDADD = \
 	$(LIBNOTIFY_LIBS) \
 	$(GNOME_APPLETS_LIBS)	\
-	$(GNOME_VFS_APPLETS_LIBS) \
 	$(XML2_LIBS) \
 	$(LIBGWEATHER_LIBS)