diff options
author | Callum McKenzie <callum@src.gnome.org> | 2008-09-04 23:36:54 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2008-09-04 23:36:54 +0000 |
commit | c5b336a9777176b9b9de5d22edd32e1f772a9fac (patch) | |
tree | 2dd3e4033554f3c27bdeda3715ce5fda4862fbe8 /gweather | |
parent | 1a60f36111d555eebe8a415bfb4dcd3a6528b963 (diff) |
Removal of gnome-vfs and drivemount port to GIO. Bug 543711
svn path=/trunk/; revision=10951
Diffstat (limited to 'gweather')
-rw-r--r-- | gweather/ChangeLog | 4 | ||||
-rw-r--r-- | gweather/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gweather/ChangeLog b/gweather/ChangeLog index 5749dc08a..adda3154f 100644 --- a/gweather/ChangeLog +++ b/gweather/ChangeLog @@ -1,3 +1,7 @@ +2008-09-05 Callum McKenzie <callum@spooky-possum.org> + + * Makefile.am: Remove the gnome-vfs flags from the build process. + 2008-04-30 Callum McKenzie <callum@spooky-possum.org> * GNOME_GWeatherApplet.xml: Remove the short-cut keys since they are diff --git a/gweather/Makefile.am b/gweather/Makefile.am index ca913644f..eb6c5a505 100644 --- a/gweather/Makefile.am +++ b/gweather/Makefile.am @@ -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 |