~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Didier Roche
  • Date: 2011-08-09 23:53:46 UTC
  • Revision ID: didier.roche@canonical.com-20110809235346-km56za1nfqasz3vv
lightdm-set-defaults enables tweaking the default session and chosen
greeter for lightdm. This is useful for derivatives waiting to not ship
the whole configuration file of lightdm

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
 
8
SUBDIRS += data greeters po src doc tests utils
9
9
 
10
10
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
11
11