~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/Makefile.am

  • Committer: Aurelien Gateau
  • Date: 2012-01-09 15:56:36 UTC
  • mto: (1343.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1345.
  • Revision ID: aurelien.gateau@canonical.com-20120109155636-fm5kpzdlkjpftjsl
Remove the System namespace.

liblightdm-qt users should call Greeter::hostname() instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        QLightDM/Greeter \
23
23
        QLightDM/Power \
24
24
        QLightDM/SessionsModel \
25
 
        QLightDM/System \
26
25
        QLightDM/UsersModel \
27
26
        QLightDM/greeter.h \
28
27
        QLightDM/power.h \
29
28
        QLightDM/sessionsmodel.h \
30
 
        QLightDM/system.h \
31
29
        QLightDM/usersmodel.h
32
30
 
33
31
liblightdm_qt_2includedir=$(includedir)/lightdm-qt-2/QLightDM
36
34
        greeter.cpp \
37
35
        power.cpp \
38
36
        sessionsmodel.cpp \
39
 
        system.cpp \
40
37
        usersmodel.cpp \
41
38
        $(liblightdm_qt_2include_HEADERS)
42
39