diff options
Diffstat (limited to 'pm/module.d/Makefile.am')
-rw-r--r-- | pm/module.d/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pm/module.d/Makefile.am b/pm/module.d/Makefile.am new file mode 100644 index 0000000..0f8add5 --- /dev/null +++ b/pm/module.d/Makefile.am @@ -0,0 +1,9 @@ +moduledir = $(libdir)/pm-utils/module.d + +dist_module_SCRIPTS = \ + kernel \ + tuxonice \ + uswsusp + +clean-local : + rm -f *~ |