~ubuntu-branches/ubuntu/trusty/unity-greeter/trusty

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-03-15 14:04:08 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20130315140408-m2kwmrmxtyn0j9hk
Tags: 13.04.2-0ubuntu1
* New upstream release.
  - Fix duplicate entries showing for multiple users on the same remote
    login service.
  - Add custom indicator support for system administrators (LP: #1155157)
* debian/control:
  - Switch Vcs-Bzr to point at Unity Greeter trunk, since we are inlining
    the packaging
  - Use debhelper 9
* debian/rules:
  - Use upstream ./autogen.sh for autoreconf
* debian/patches/do-not-read-password.patch,
  debian/patches/move-nm-applet.patch,
  debian/patches/spawn-gsd-directly.patch:
  - Drop, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
check_PROGRAMS = unity-greeter-test
4
4
 
5
5
check: unity-greeter-test
6
 
        UBUNTU_MENUPROXY=0 top_srcdir=$(top_srcdir) . xvfb-run ./unity-greeter-test
 
6
        UBUNTU_MENUPROXY=0 top_srcdir=$(top_srcdir) . xvfb-run -a ./unity-greeter-test
7
7
 
8
8
unity_greeter_test_SOURCES = \
9
9
        test.vala \
59
59
        --target-glib 2.32
60
60
 
61
61
unity_greeter_test_LDADD = \
62
 
        $(UNITY_GREETER_LIBS)
 
62
        $(UNITY_GREETER_LIBS) \
 
63
        -lm
 
64
 
 
65
CLEANFILES = \
 
66
        $(notdir $(unity_greeter_test_SOURCES:.vala=.c))
63
67
 
64
68
DISTCLEANFILES = \
65
69
        Makefile.in