Only build the tests subdir if we enable glade.

This commit is contained in:
Kjartan Maraas 2009-10-01 12:05:46 +02:00
parent b84618dfed
commit 7655a95aa9
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@ AUTOMAKE_OPTIONS = 1.7
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
SUBDIRS = libgnomecanvas glade demos po tests docs
SUBDIRS = libgnomecanvas glade demos po docs
if USE_GLADE
SUBDIRS += tests
endif
EXTRA_DIST = \
COPYING.LIB \