~mitya57/lightdm/translatable-labels

« back to all changes in this revision

Viewing changes to greeters/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-10-06 01:34:08 UTC
  • Revision ID: robert.ancell@canonical.com-20111006013408-wfl079zw0q2psug6
Allow greeters to be disabled in configure flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS =
2
2
 
3
 
if HAVE_GTK_GREETER
 
3
if COMPILE_GTK_GREETER
4
4
SUBDIRS += gtk
5
5
endif
6
6
 
7
 
if HAVE_QT_GREETER
 
7
if COMPILE_QT_GREETER
8
8
SUBDIRS += qt
9
9
endif
10
10