Bruno Haible wrote:
> Bruce Korb wrote:
>>> ${glib} --import ${gnulib_libs}
>>>
>>> ( echo
>>> echo '## begin sharutils stuff'
>>> echo
>>> echo "EXTRA_DIST += ${extra_libs}"
>>> ) >> lib/Makefile.am
>> yielding this as the end of lib/Makefile.am:
>>
>>> ## begin sharutils stuff
>>>
>>> EXTRA_DIST += \
>>> basename.h exit.h gen-uio liballoca.h md5.c \
>>> md5.h stpcpy.h system.h whoami.c xstrdup.c
>
> An alternative to this is to pass to gnulib-tool the option
> --makefile-name=Makefile.gnulib, and have Makefile.am written by
> hand that looks roughly like this:
>
> include Makefile.gnulib
> EXTRA_DIST += \
> basename.h exit.h gen-uio liballoca.h md5.c \
> md5.h stpcpy.h system.h whoami.c xstrdup.c
Except Makefile.in doesn't get configured without more magic.
Oh, well. Thanks. My extra sources are now down to:
## begin sharutils extras
EXTRA_DIST += \
basename.h liballoca.h md5.c md5.h system.h whoami.c
Thank you for your help (both of you!!) Regards, Bruce
(P.S. I re-activated the unlocked io while I was messing around...:)