[Pm-utils] [PATCH 1/4] Even simpler modularization of sleep methods.

Dan Nicholson dbn.lists at gmail.com
Fri Feb 8 10:06:02 PST 2008


On Feb 8, 2008 10:03 AM, Dan Nicholson <dbn.lists at gmail.com> wrote:
> > diff --git a/pm/module.d/Makefile.am b/pm/module.d/Makefile.am
> > new file mode 100644
> > index 0000000..8e861f3
> > --- /dev/null
> > +++ b/pm/module.d/Makefile.am
> > @@ -0,0 +1,9 @@
> > +moduledir = $(libdir)/pm-utils/module.d
> > +
> > +module_SCRIPTS =       \
> > +       kernel
> > +
> > +EXTRA_DIST=$(module_SCRIPTS)
>
> The scripts don't need to be in EXTRA_DIST since automake knows
> they're needed for module_SCRIPTS.

I lied. However, just change module_SCRIPTS to dist_module_SCRIPTS and
drop the EXTRA_DIST.

--
Dan


More information about the Pm-utils mailing list