diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2002-01-30 03:25:31 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2002-01-30 03:25:31 +0000 |
commit | e1c4cb4697cce7af946879bcf8389681c23dae47 (patch) | |
tree | 88131f4887a4dc0b5a6c920435ff44f8dad04868 /mini-commander | |
parent | 466fda6729abb03742f4f2a82f5aaedeccd42757 (diff) |
patch from Todd Kalusza <fflewddur@dropline.net> to make building
2002-01-29 Kevin Vandersloot <kfv101@psu.edu>
* configure.in, Makefile.am: patch from Todd Kalusza <fflewddur@dropline.net>
to make building mini-commander conditional on libzvt
gweather:
2002-01-28 Todd Kulesza <fflewddur@dropline.net>
* gweather-pref.c, weather.c, weather.h,
gweather.schemas, Makefile.am: Hook up GConf.
* main.c: comment out "Help" from right-click menu until
it actually does something.
* gweather-dialog.c: change "OK" button to "Close" for
HIG compliance.
* gweather-about.c: remove link to defunct website and
update description.
* GNOME_GWeatherApplet_Factory.server.in: change name
to "Weather Monitor".
Diffstat (limited to 'mini-commander')
-rw-r--r-- | mini-commander/src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mini-commander/src/Makefile.am b/mini-commander/src/Makefile.am index a4240dfe6..389013003 100644 --- a/mini-commander/src/Makefile.am +++ b/mini-commander/src/Makefile.am @@ -2,6 +2,7 @@ INCLUDES = \ $(GNOME_APPLETS_CFLAGS) \ + $(ZVT_APPLETS_CFLAGS) \ -I. \ -I$(srcdir) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ @@ -34,9 +35,8 @@ mini_commander_applet_SOURCES = \ terminal.h mini_commander_applet_LDADD = \ - $(GNOME_APPLETS_LIBS) - -# (ZVT_LIBS) \ + $(GNOME_APPLETS_LIBS) \ + $(ZVT_APPLETS_LIBS) # currently the installation of these bitmaps wouldn't be necessary bitmapsdir = $(datadir)/pixmaps/mini-commander |