Static library naming

2012-09-19 Thread Peter Rosin
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

Re: using $(wildcard) in EXTRA_DIST

2012-09-19 Thread Stefano Lattarini
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