diff options
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) |