~robert-ancell/lightdm/unity-sys-comp-release-vt

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Michael Terry
  • Date: 2013-02-06 14:08:25 UTC
  • mto: (1576.1.12 trunk)
  • mto: This revision was merged to the branch mainline in revision 1586.
  • Revision ID: michael.terry@canonical.com-20130206140825-ukfrhafpofnzlq0j
initial build support for Qt5

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
if COMPILE_LIBLIGHTDM_GOBJECT
3
3
SUBDIRS += liblightdm-gobject
4
4
endif
5
 
if COMPILE_LIBLIGHTDM_QT
6
5
SUBDIRS += liblightdm-qt
7
 
endif
8
6
if COMPILE_TESTS
9
7
SUBDIRS += tests
10
8
endif