From: Warren Young Date: December 17 2004 8:41pm Subject: Re: make install does copious recompile List-Archive: http://lists.mysql.com/plusplus/3837 Message-Id: <41C3448C.7010708@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > just would be nice. No worries. Here's a possible way to go about it: remove 'examples' from the base Makefile.am, and add a conditional '( cd examples ; make )' in the all-local target. Then, somehow add an autoconf flag that disables this subtarget.