automake
[Top][All Lists]
Advanced

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

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


From: Stepan Kasal
Subject: Re: makefile.am from --with-package option
Date: Wed, 4 Jan 2006 08:55:17 +0100
User-agent: Mutt/1.4.1i

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




reply via email to

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