On Feb 8, 2008 10:03 AM, Dan Nicholson <[EMAIL PROTECTED]> 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 _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
