Simon Josefsson wrote:
> Darn, sorry, I had a rule to remove gnulib's top-level generated lib/
> because it did not contain any source files.

Instead of using the option --source-base=lib or --source-base=gl with a dummy
(otherwise empty) directory, you can also use
   --source-base=. --makefile-name=Makefile.gnulib
and add to your main Makefile.am the line
  include Makefile.gnulib
and the initializations of the variables that Makefile.gnulib augments
('automake' will tell you which variables need to be initialized).

Bruno
-- 
In memoriam Itzhak Katzenelson <http://en.wikipedia.org/wiki/Itzhak_Katzenelson>

Reply via email to