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