diff options
author | jacob berkman <jacob@ximian.com> | 2002-02-18 21:44:14 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-02-18 21:44:14 +0000 |
commit | 8f70db8ebf5907ad767549a55cde5e45c40e42ac (patch) | |
tree | 8358bedd9550e7d24a72db4b9da543c9eac546b2 /Makefile.am | |
parent | 26f27c0b61d4ecbf4f7f319aa9996e82ca115c0d (diff) |
remove screenshooter as its makefile is not generated
2002-02-18 jacob berkman <jacob@ximian.com>
* Makefile.am (DIST_SUBDIRS): remove screenshooter as its makefile
is not generated
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index d5ec6f160..5b61f295d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ endif vfs_applets = \ gtik \ - gweather + gweather if BUILD_GNOME_VFS_APPLETS vfs_SUBDIRS = $(vfs_applets) endif @@ -64,7 +64,7 @@ SUBDIRS = \ $(modemlights_SUBDIRS) \ $(cdplayer_SUBDIRS) \ $(always_built_SUBDIRS) \ - $(gtop_SUBDIRS) \ + $(gtop_SUBDIRS) \ $(vfs_SUBDIRS) \ $(zvt_SUBDIRS) ## $(esd_SUBDIRS) \ @@ -74,7 +74,6 @@ DIST_SUBDIRS = \ po \ mixer \ modemlights \ - screenshooter \ cdplayer \ drivemount \ panel-menu \ @@ -85,7 +84,7 @@ DIST_SUBDIRS = \ battstat \ multiload \ gtik \ - gweather \ + gweather \ mini-commander \ man |