~lightdm-team/lightdm/trunk

« back to all changes in this revision

Viewing changes to tests/src/Makefile.am

  • Committer: Tarmac
  • Author(s): Robert Ancell, Tyler Hicks
  • Date: 2013-10-30 22:28:22 UTC
  • mfrom: (1821.3.11 guest-wrapper)
  • Revision ID: tarmac-20131030222822-s9ijpuz8omh2ar4s
Implement missing guest-wrapper functionality and enable it for Ubuntu. Update AppArmor scripts to work. Fixes: https://bugs.launchpad.net/bugs/1243339.

Approved by Robert Ancell, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
                  plymouth \
4
4
                  test-gobject-greeter \
5
5
                  test-greeter-wrapper \
 
6
                  test-guest-wrapper \
6
7
                  test-mir-greeter \
7
8
                  test-runner \
8
9
                  test-script-hook \
96
97
        $(GLIB_LIBS) \
97
98
        $(GIO_UNIX_LIBS)
98
99
 
 
100
test_guest_wrapper_SOURCES = test-guest-wrapper.c status.c status.h
 
101
test_guest_wrapper_CFLAGS = \
 
102
        $(WARN_CFLAGS) \
 
103
        $(GLIB_CFLAGS) \
 
104
        $(GIO_UNIX_CFLAGS)
 
105
test_guest_wrapper_LDADD = \
 
106
        $(GLIB_LIBS) \
 
107
        $(GIO_UNIX_LIBS)
 
108
 
99
109
test_gobject_greeter_SOURCES = test-gobject-greeter.c status.c status.h
100
110
test_gobject_greeter_CFLAGS = \
101
111
        -I$(top_srcdir)/liblightdm-gobject \