~fboucault/lightdm/crossbuild_fixes

« back to all changes in this revision

Viewing changes to greeters/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-11-29 03:22:56 UTC
  • Revision ID: robert.ancell@canonical.com-20111129032256-tp1ym727o0aiv4b7
Remove GTK greeter, move it to lp:lightdm-gtk-greeter

Show diffs side-by-side

added added

removed removed

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