diff options
Diffstat (limited to 'gweather/Makefile.am')
-rw-r--r-- | gweather/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gweather/Makefile.am b/gweather/Makefile.am index c49a54fe3..a76b3d1d5 100644 --- a/gweather/Makefile.am +++ b/gweather/Makefile.am @@ -2,11 +2,10 @@ SUBDIRS = docs -INCLUDES = \ - -I$(srcdir) \ - -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ - -DGTK_ENABLE_BROKEN \ - $(GNOME_APPLETS_CFLAGS) \ +INCLUDES = \ + -I$(srcdir) \ + -DGTK_ENABLE_BROKEN \ + $(GNOME_APPLETS_CFLAGS) \ $(GNOME_VFS_APPLETS_CFLAGS) libexec_PROGRAMS = gweather-applet-2 |