diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2002-02-21 03:37:22 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2002-02-21 03:37:22 +0000 |
commit | 067831bc9f6d450e6028cd8535c65bdf0803fc0a (patch) | |
tree | a80b93029426886da661957b5c501ae12c2d53a7 /Makefile.am | |
parent | 8fb7e4320ab74aa466485581a248e9cf80750cc7 (diff) |
don't build battstat on Solaris since it doesn't compile. Patch from
2002-02-20 Kevin Vandersloot <kfv101@psu.edu>
* configure.in, Makefile.am: don't build battstat on Solaris since it
doesn't compile. Patch from laszlo.peter@ireland.sun.com (Laszlo (Laca) Peter)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 5b61f295d..ecc2f4a7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,14 +48,17 @@ if APPLET_MODEMLIGHTS modemlights_SUBDIRS = $(modemlights_applets) endif +if BUILD_BATTSTAT_APPLET +battstat_SUBDIR = battstat +endif + always_built_SUBDIRS = \ drivemount \ panel-menu \ charpick \ geyes \ mini-commander \ - gkb-new \ - battstat + gkb-new ## whereami SUBDIRS = \ @@ -65,7 +68,8 @@ SUBDIRS = \ $(cdplayer_SUBDIRS) \ $(always_built_SUBDIRS) \ $(gtop_SUBDIRS) \ - $(vfs_SUBDIRS) \ + $(vfs_SUBDIRS) \ + $(battstat_SUBDIR) \ $(zvt_SUBDIRS) ## $(esd_SUBDIRS) \ ## omf-install |