diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2005-12-09 05:50:55 +0000 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2005-12-09 05:50:55 +0000 |
commit | 09ddbbe1c91cc9d9cf449df0877dc35e7deaad91 (patch) | |
tree | d270856e4b4afdb5ae19c96430051d777eb2ce52 /tools/Makefile.am | |
parent | a85cca22bd0c7e383729ecca988ef6c606b1b76a (diff) |
Add methods to storage objects to request: Mount(string:mountpointname
string:fstype stringlist:mountoptions) Unmount() Eject()
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8b440c5c..95470435 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -45,13 +45,16 @@ endif scriptdir = $(datadir)/hal/scripts -script_SCRIPTS = \ - hal-luks-setup hal-luks-remove \ - hal-system-power-suspend \ - hal-system-power-hibernate \ - hal-system-lcd-get-brightness \ - hal-system-lcd-set-brightness \ - hal-system-power-set-power-save +script_SCRIPTS = \ + hal-luks-setup hal-luks-remove \ + hal-system-power-suspend \ + hal-system-power-hibernate \ + hal-system-lcd-get-brightness \ + hal-system-lcd-set-brightness \ + hal-system-power-set-power-save \ + hal-system-storage-mount \ + hal-system-storage-unmount \ + hal-system-storage-eject EXTRA_DIST=$(man_MANS) $(MAN_IN_FILES) gen-libgphoto-hal-fdi $(script_SCRIPTS) |