~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to tests/src/Makefile.am

  • Committer: Robert Ancell
  • Date: 2013-08-22 03:18:34 UTC
  • Revision ID: robert.ancell@canonical.com-20130822031834-50l2i7tedbs1lre3
Backport test improvements from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_PROGRAMS = dbus-env test-runner X Xvnc test-gobject-greeter test-session test-script-hook guest-account initctl plymouth vnc-client
2
 
dist_noinst_SCRIPTS = lightdm-session
 
1
noinst_PROGRAMS = dbus-env \
 
2
                  initctl \
 
3
                  plymouth \
 
4
                  test-gobject-greeter \
 
5
                  test-runner \
 
6
                  test-script-hook \
 
7
                  test-session \
 
8
                  guest-account \
 
9
                  vnc-client \
 
10
                  X \
 
11
                  Xvnc
 
12
dist_noinst_SCRIPTS = lightdm-session \
 
13
                      test-python-greeter
3
14
noinst_LTLIBRARIES = libsystem.la
4
15
 
5
 
libsystem_la_SOURCES = libsystem.c
 
16
libsystem_la_SOURCES = libsystem.c status.c status.h
6
17
libsystem_la_CFLAGS = \
7
18
        $(GLIB_CFLAGS) \
8
19
        $(GIO_UNIX_CFLAGS) \
10
21
        -DBUILDDIR=\"$(abs_top_builddir)\" \
11
22
        -DSYSCONFDIR=\"$(sysconfdir)\" \
12
23
        -DLOCALSTATEDIR=\"$(localstatedir)\" \
 
24
        -DDATADIR=\"$(datadir)\" \
13
25
        -DCONFIG_DIR=\"$(sysconfdir)/lightdm\"
14
26
libsystem_la_LIBADD = -ldl $(GLIB_LIBS) $(GIO_UNIX_LIBS)
15
27
 
28
40
dbus_env_LDADD = \
29
41
        $(GLIB_LIBS)
30
42
 
 
43
test_runner_SOURCES = test-runner.c
31
44
test_runner_CFLAGS = \
32
45
        $(WARN_CFLAGS) \
33
46
        $(GLIB_CFLAGS) \
130
143
        $(GIO_UNIX_LIBS) \
131
144
        $(XCB_LIBS)
132
145
 
133
 
initctl_SOURCES = initctl.c
 
146
initctl_SOURCES = initctl.c status.c status.h
134
147
initctl_CFLAGS = \
135
148
        $(WARN_CFLAGS) \
136
149
        $(GLIB_CFLAGS) \