~ubuntu-branches/ubuntu/oneiric/gdm3/oneiric

« back to all changes in this revision

Viewing changes to gui/simple-chooser/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-03-25 20:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20100325200220-12cap62s6p304nuh
Tags: upstream-2.29.92
ImportĀ upstreamĀ versionĀ 2.29.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
AM_CPPFLAGS = \
 
4
        -I$(top_srcdir)/common                          \
 
5
        -DAUTHDIR=\""$(authdir)"\"                      \
 
6
        -DDATADIR=\""$(datadir)"\"                      \
 
7
        -DGDMCONFDIR=\"$(gdmconfdir)\"                  \
 
8
        -DDMCONFDIR=\""$(dmconfdir)"\"                  \
 
9
        -DGDMLOCALEDIR=\""$(gdmlocaledir)"\"            \
 
10
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
11
        -DLIBEXECDIR=\""$(libexecdir)"\"                \
 
12
        -DSBINDIR=\""$(sbindir)"\"                      \
 
13
        -DPIXMAPDIR=\""$(pixmapdir)"\"                  \
 
14
        -DAT_SPI_REGISTRYD_DIR="\"$(AT_SPI_REGISTRYD_DIR)\""    \
 
15
        $(GTK_CFLAGS)                                   \
 
16
        $(XLIB_CFLAGS)                                  \
 
17
        $(XDMCP_CFLAGS)                                 \
 
18
        $(EXTRA_CHOOSER_CFLAGS)                         \
 
19
        $(SIMPLE_CHOOSER_CFLAGS)                        \
 
20
        $(NULL)
 
21
 
 
22
libexec_PROGRAMS =                      \
 
23
        gdm-simple-chooser              \
 
24
        gdm-host-chooser                \
 
25
        $(NULL)
 
26
 
 
27
gdm_simple_chooser_SOURCES =            \
 
28
        chooser-main.c                  \
 
29
        gdm-chooser-host.c              \
 
30
        gdm-chooser-host.h              \
 
31
        gdm-host-chooser-widget.c       \
 
32
        gdm-host-chooser-widget.h       \
 
33
        gdm-host-chooser-dialog.c       \
 
34
        gdm-host-chooser-dialog.h       \
 
35
        gdm-chooser-client.c            \
 
36
        gdm-chooser-client.h            \
 
37
        gdm-chooser-session.c           \
 
38
        gdm-chooser-session.h           \
 
39
        $(NULL)
 
40
 
 
41
gdm_simple_chooser_LDADD =              \
 
42
        $(top_builddir)/common/libgdmcommon.la  \
 
43
        $(GTK_LIBS)                     \
 
44
        $(EXTRA_CHOOSER_LIBS)           \
 
45
        $(SIMPLE_CHOOSER_LIBS)          \
 
46
        $(XDMCP_LIBS)                   \
 
47
        $(XLIB_LIBS)                    \
 
48
        $(NULL)
 
49
 
 
50
gdm_host_chooser_SOURCES =              \
 
51
        gdm-host-chooser.c              \
 
52
        gdm-chooser-host.c              \
 
53
        gdm-chooser-host.h              \
 
54
        gdm-host-chooser-widget.c       \
 
55
        gdm-host-chooser-widget.h       \
 
56
        gdm-host-chooser-dialog.c       \
 
57
        gdm-host-chooser-dialog.h       \
 
58
        $(NULL)
 
59
 
 
60
gdm_host_chooser_LDADD =                \
 
61
        $(top_builddir)/common/libgdmcommon.la  \
 
62
        $(GTK_LIBS)                     \
 
63
        $(EXTRA_CHOOSER_LIBS)           \
 
64
        $(SIMPLE_CHOOSER_LIBS)          \
 
65
        $(XDMCP_LIBS)                   \
 
66
        $(XLIB_LIBS)                    \
 
67
        $(NULL)
 
68
 
 
69
EXTRA_DIST =                    \
 
70
        $(NULL)