diff options
author | Richard Hughes <richard@hughsie.com> | 2007-06-25 18:33:24 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-06-25 18:33:24 +0100 |
commit | 08572f0a61814fd687ad05bd1d87d3cbaa3a2192 (patch) | |
tree | 8d40b5f36a8daee544e0a26b45b507d6dc7b3b32 /plugins/glue/Makefile.am | |
parent | 0eddc58ddef8d43b9d02de9b43b90a638065686c (diff) |
have a move around
Diffstat (limited to 'plugins/glue/Makefile.am')
-rw-r--r-- | plugins/glue/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/glue/Makefile.am b/plugins/glue/Makefile.am new file mode 100644 index 0000000..bab5d1b --- /dev/null +++ b/plugins/glue/Makefile.am @@ -0,0 +1,14 @@ +SUBDIRS = \ + idle \ + battery \ + acadapter \ + timeremaining \ + powerstatus \ + backlight + +if HAVE_DPMS_EXTENSION +SUBDIRS += dpms +endif + +clean-local: + rm -f *~ |