source: proiecte/PPPP/gdm/gui/simple-chooser/Makefile.am @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 1.5 KB
Line 
1NULL =
2
3AM_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        $(XDMCP_CFLAGS)                                 \
17        $(EXTRA_CHOOSER_CFLAGS)                         \
18        $(SIMPLE_CHOOSER_CFLAGS)                        \
19        $(NULL)
20
21libexec_PROGRAMS =                      \
22        gdm-simple-chooser              \
23        gdm-host-chooser                \
24        $(NULL)
25
26gdm_simple_chooser_SOURCES =            \
27        chooser-main.c                  \
28        gdm-chooser-host.c              \
29        gdm-chooser-host.h              \
30        gdm-host-chooser-widget.c       \
31        gdm-host-chooser-widget.h       \
32        gdm-host-chooser-dialog.c       \
33        gdm-host-chooser-dialog.h       \
34        gdm-chooser-client.c            \
35        gdm-chooser-client.h            \
36        gdm-chooser-session.c           \
37        gdm-chooser-session.h           \
38        $(NULL)
39
40gdm_simple_chooser_LDADD =              \
41        $(top_builddir)/common/libgdmcommon.la  \
42        $(GTK_LIBS)                     \
43        $(EXTRA_CHOOSER_LIBS)           \
44        $(SIMPLE_CHOOSER_LIBS)          \
45        $(XDMCP_LIBS)                   \
46        $(NULL)
47
48gdm_host_chooser_SOURCES =              \
49        gdm-host-chooser.c              \
50        gdm-chooser-host.c              \
51        gdm-chooser-host.h              \
52        gdm-host-chooser-widget.c       \
53        gdm-host-chooser-widget.h       \
54        gdm-host-chooser-dialog.c       \
55        gdm-host-chooser-dialog.h       \
56        $(NULL)
57
58gdm_host_chooser_LDADD =                \
59        $(top_builddir)/common/libgdmcommon.la  \
60        $(GTK_LIBS)                     \
61        $(EXTRA_CHOOSER_LIBS)           \
62        $(SIMPLE_CHOOSER_LIBS)          \
63        $(XDMCP_LIBS)                   \
64        $(NULL)
65
66EXTRA_DIST =                    \
67        $(NULL)
Note: See TracBrowser for help on using the repository browser.