<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 14-03-27 03:23 PM, Josh Triplett
wrote:<br>
</div>
<blockquote cite="mid:20140327192332.GJ8791@jtriplet-mobl1"
type="cite">
<pre wrap="">This mostly seems fine, but the changes regarding test.xbm seem odd.
Could you clarify there why it's OK to leave it out?
</pre>
</blockquote>
It is odd. The goal is to be able to add many short test programs
simply by adding the name to noinst_PROGRAMS. The file test.xbm is
like a header file which normally we put in _SOURCES. In this case
we want to avoid having to define many _SOURCES variables and the
header file must be distributed. So EXTRA_DIST does the job.<br>
<br>
Automake:<br>
<blockquote><tt>"Header files listed in a </tt><code>_SOURCES</code><tt>
definition will be included in
the distribution but otherwise ignored</tt>".<br>
</blockquote>
<br>
<br>
</body>
</html>