automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using $(wildcard) in EXTRA_DIST


From: Vincent Torri
Subject: using $(wildcard) in EXTRA_DIST
Date: Wed, 19 Sep 2012 08:23:27 +0200

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 name
doc/Makefile.am:35: (probably a GNU make extension)

what is the correct way to add all the files, without listing them all
in EXTA_DIST ?

thank you

Vincent Torri



reply via email to

[Prev in Thread] Current Thread [Next in Thread]