diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2002-05-14 21:52:28 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2002-05-14 21:52:28 +0000 |
commit | fd088949a12f661bf4443db75900bbe70c8278cf (patch) | |
tree | b5de8cceb9467b96463e687c6d1783083e253f28 /Makefile.am | |
parent | 3cee55ef884f7f3d7513054faf14187acacbb577 (diff) |
make panel-menu-applet a conditional compile defaulting to no since it'sGNOME_APPLETS_1_102_1
2002-05-14 Kevin Vandersloot <kfv101@psu.edu>
* configure.in, Makefile.am: make panel-menu-applet
a conditional compile defaulting to no since it's still
in a beta condition. Also clean some cruft.
* Release 1.102.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am index 6e1d9198d..2980ce543 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,11 +5,6 @@ if BUILD_GTOP_APPLETS gtop_SUBDIRS = $(gtop_applets) endif -# wordexp_applets = screenshooter -# if HAVE_WORDEXP -# wordexp_SUBDIRS = $(wordexp_applets) -# endif - vfs_applets = \ gtik \ gweather @@ -17,13 +12,6 @@ if BUILD_GNOME_VFS_APPLETS vfs_SUBDIRS = $(vfs_applets) endif -## esd_applets = \ -## sound-monitor -## if HAVE_LIBESD -## esd_SUBDIRS = $(esd_applets) -## endif -## - cdplayer_applets = \ cdplayer if APPLET_CDPLAYER @@ -46,14 +34,16 @@ if BUILD_BATTSTAT_APPLET battstat_SUBDIR = battstat endif +if BUILD_PANEL_MENU +panel_menu_SUBDIR = panel-menu +endif + always_built_SUBDIRS = \ drivemount \ - panel-menu \ charpick \ geyes \ mini-commander \ - gkb-new -## whereami + gkb-new SUBDIRS = \ po \ @@ -64,8 +54,8 @@ SUBDIRS = \ $(gtop_SUBDIRS) \ $(vfs_SUBDIRS) \ $(battstat_SUBDIR) \ + $(panel_menu_SUBDIR) \ omf-install -## $(esd_SUBDIRS) \ DIST_SUBDIRS = \ po \ |