~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
sbin_PROGRAMS = lightdm
2
2
 
3
 
ldm-marshal.c: ldm-marshal.list
4
 
        @GLIB_GENMARSHAL@ --prefix=ldm_marshal $(srcdir)/ldm-marshal.list --header --body > ldm-marshal.c
5
 
 
6
 
ldm-marshal.h: ldm-marshal.list
7
 
        @GLIB_GENMARSHAL@ --prefix=ldm_marshal $(srcdir)/ldm-marshal.list --header > ldm-marshal.h
8
 
 
9
3
lightdm_SOURCES = \
10
4
        accounts.c \
11
5
        accounts.h \
13
7
        configuration.h \
14
8
        console-kit.c \
15
9
        console-kit.h \
16
 
        display.c \
17
 
        display.h \
18
10
        display-manager.c \
19
11
        display-manager.h \
20
12
        display-server.c \
26
18
        guest-account.c \
27
19
        guest-account.h \
28
20
        lightdm.c \
29
 
        ldm-marshal.c \
30
 
        ldm-marshal.h \
 
21
        logger.c \
 
22
        logger.h \
 
23
        login1.c \
 
24
        login1.h \
 
25
        mir-server.c \
 
26
        mir-server.h \
31
27
        plymouth.c \
32
28
        plymouth.h \
33
29
        privileges.c \
36
32
        process.h \
37
33
        seat.c \
38
34
        seat.h \
 
35
        seat-surfaceflinger.c \
 
36
        seat-surfaceflinger.h \
 
37
        seat-unity.c \
 
38
        seat-unity.h \
39
39
        seat-xdmcp-session.c \
40
40
        seat-xdmcp-session.h \
41
41
        seat-xlocal.c \
48
48
        session.h \
49
49
        session-child.c \
50
50
        session-child.h \
 
51
        session-config.c \
 
52
        session-config.h \
 
53
        surfaceflinger-server.c \
 
54
        surfaceflinger-server.h \
51
55
        vnc-server.c \
52
56
        vnc-server.h \
53
57
        vt.c \
54
58
        vt.h \
55
 
        xauthority.c \
56
 
        xauthority.h \
 
59
        x-authority.c \
 
60
        x-authority.h \
 
61
        x-server-local.c \
 
62
        x-server-local.h \
 
63
        x-server-remote.c \
 
64
        x-server-remote.h \
 
65
        x-server-xvnc.c \
 
66
        x-server-xvnc.h \
 
67
        x-server.c \
 
68
        x-server.h \
57
69
        xdmcp-protocol.c \
58
70
        xdmcp-protocol.h \
59
71
        xdmcp-server.c \
60
72
        xdmcp-server.h \
61
73
        xdmcp-session.c \
62
74
        xdmcp-session.h \
63
 
        xdmcp-session-private.h \
64
 
        xserver-local.c \
65
 
        xserver-local.h \
66
 
        xserver-remote.c \
67
 
        xserver-remote.h \
68
 
        xserver-xvnc.c \
69
 
        xserver-xvnc.h \
70
 
        xserver.c \
71
 
        xserver.h \
72
 
        xsession.c \
73
 
        xsession.h
74
 
 
75
 
BUILT_SOURCES = \
76
 
        ldm-marshal.c \
77
 
        ldm-marshal.h
 
75
        xdmcp-session-private.h
78
76
 
79
77
lightdm_CFLAGS = \
80
78
        $(LIGHTDM_CFLAGS) \
85
83
        -DLOG_DIR=\"$(localstatedir)/log/lightdm\" \
86
84
        -DRUN_DIR=\"$(localstatedir)/run/lightdm\" \
87
85
        -DCACHE_DIR=\"$(localstatedir)/cache/lightdm\" \
88
 
        -DXSESSIONS_DIR=\"$(datadir)/xsessions\" \
 
86
        -DSYSTEM_CONFIG_DIR=\"$(pkgdatadir)/lightdm.conf.d\" \
 
87
        -DSESSIONS_DIR=\"$(pkgdatadir)/sessions:$(datadir)/xsessions\" \
89
88
        -DREMOTE_SESSIONS_DIR=\"$(pkgdatadir)/remote-sessions\" \
90
 
        -DXGREETERS_DIR=\"$(datadir)/xgreeters\"
 
89
        -DGREETERS_DIR=\"$(pkgdatadir)/greeters:$(datadir)/xgreeters\"
91
90
 
92
91
lightdm_LDADD = \
93
92
        $(LIGHTDM_LIBS) \
102
101
        $(LIGHTDM_CFLAGS) \
103
102
        $(WARN_CFLAGS)
104
103
 
105
 
EXTRA_DIST = ldm-marshal.list \
 
104
EXTRA_DIST = \
106
105
        display-manager.xml
107
106
 
108
 
CLEANFILES = \
109
 
        $(BUILT_SOURCES)
110
 
 
111
107
DISTCLEANFILES = \
112
108
        Makefile.in