diff options
author | Jacob Berkman <jberkman@src.gnome.org> | 1999-10-29 17:03:37 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 1999-10-29 17:03:37 +0000 |
commit | 91985499b9f92bbceb7f98e59cac4ecaf4ecd1c6 (patch) | |
tree | 5ebd7289fd93fbce3ca9b503519f2130fc2ac065 /Makefile.am | |
parent | 86b035302b73b42d8c50fb5a9669562949c8e290 (diff) |
add screenshooter applet
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fd5897566..484f57cb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,12 @@ if APPLET_MODEMLIGHTS modemlights_SUBDIRS = $(modemlights_applets) endif +convert_applets = \ + screenshooter +if APPLET_SCREENSHOOTER +screenshooter_SUBDIRS = $(convert_applets) +endif + always_built_SUBDIRS = \ another_clock \ asclock \ @@ -82,6 +88,7 @@ SUBDIRS = \ $(mixer_SUBDIRS) \ $(modemlights_SUBDIRS) \ $(esd_SUBDIRS) \ + $(screenshooter_SUBDIRS) \ $(xml_SUBDIRS) DIST_SUBDIRS = \ @@ -94,6 +101,7 @@ DIST_SUBDIRS = \ $(mixer_applets) \ $(modemlights_applets) \ $(esd_applets) \ + $(screenshooter_SUBDIRS) \ $(xml_applets) ## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change |