Re: makefile.am from --with-package option

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

 



Hello,

On Wed, Jan 04, 2006 at 01:07:50AM -0600, Matt Hull wrote:
> SUBDIRS = src cli-fe @GTK@

use Automake conditionals:

SUBDIRS = src cli-fe
if WITH_GTK
  SUBDIRS += gtk
endif

See the Automake manual for details.

Have a nice day,
	Stepan


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux