~fboucault/lightdm/crossbuild_fixes

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Robert Ancell
  • Author(s): BobMauchin
  • Date: 2011-10-10 21:15:58 UTC
  • Revision ID: robert.ancell@canonical.com-20111010211558-geiob3bau9gw6q36
Add a --disable-tests option

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
if COMPILE_LIBLIGHTDM_QT
6
6
SUBDIRS += liblightdm-qt
7
7
endif
8
 
SUBDIRS += data greeters po src doc tests utils
 
8
if COMPILE_TESTS
 
9
SUBDIRS += tests
 
10
endif
 
11
SUBDIRS += data greeters po src doc utils
9
12
 
10
13
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
11
14