Fabio M. Di Nitto wrote: > the make dist target was not including the init/ scripts. > > this bug was hidden very well from the toplevel Makefile that generates > tarball releases. > > patch in attachment fixes it.
That looks fine. Only nit is that this line in the new file is redundant: MAINTAINERCLEANFILES = Makefile.in since automake knows to do that by default. > Index: init/Makefile.am ... > +MAINTAINERCLEANFILES = Makefile.in > + > +EXTRA_DIST = generic mvlcge README redhat > Index: Makefile.am > =================================================================== > --- Makefile.am (revision 2289) > +++ Makefile.am (working copy) > @@ -43,8 +43,8 @@ > > corosysconf_DATA = conf/corosync.conf.example > > -SUBDIRS = include lcr lib exec services tools test pkgconfig man > -# init > +SUBDIRS = include lcr lib exec services tools test > pkgconfig \ > + man init ... _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
