diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2002-03-04 05:32:31 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2002-03-04 05:32:31 +0000 |
commit | 7e07b0dc97136d80fa20d891216f7a05b935aacb (patch) | |
tree | 32c55e04d1fb50b6caeaa31b4044351252b1689b /Makefile.am | |
parent | 0d075f9e96e278d2df66c5e103bb4093db5e3189 (diff) |
remove zvt check since mini-commander doesn't use zvt anymore
2002-03-03 Kevin Vandersloot <kfv101@psu.edu>
* configure.in, Makefile.am: remove zvt check since mini-commander
doesn't use zvt anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index ecc2f4a7d..0d35539c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,12 +17,6 @@ if BUILD_GNOME_VFS_APPLETS vfs_SUBDIRS = $(vfs_applets) endif -zvt_applets = \ - mini-commander -if BUILD_ZVT_APPLETS -zvt_SUBDIRS = $(zvt_applets) -endif - ## esd_applets = \ ## sound-monitor ## if HAVE_LIBESD @@ -69,8 +63,7 @@ SUBDIRS = \ $(always_built_SUBDIRS) \ $(gtop_SUBDIRS) \ $(vfs_SUBDIRS) \ - $(battstat_SUBDIR) \ - $(zvt_SUBDIRS) + $(battstat_SUBDIR) ## $(esd_SUBDIRS) \ ## omf-install |