Hi!
When you write
lib_LIBRARIES = libhello.a
you express the desire to build an "hello" archive. Virtually
everywhere such an archive is expected to be named, tada,
libhello.a
Enter Windows. When using any and all toolchains not
originating from GNU, such an archive is expected to be named
hel
On 09/19/2012 08:23 AM, Vincent Torri wrote:
> Hey
>
> our documentation provides some images files in a subdirectory 'img'.
> So, in EXTRA_DIST, we have added:
>
> $(wildcard $(srcdir)/img/*.*)
>
> automake reports that warning:
>
> doc/Makefile.am:35: wildcard $(srcdir: non-POSIX variable na