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

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • 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:
307
307
        --target-glib 2.32
308
308
 
309
309
unity_greeter_test_LDADD = \
310
 
        $(UNITY_GREETER_LIBS)
 
310
        $(UNITY_GREETER_LIBS) \
 
311
        -lm
 
312
 
 
313
CLEANFILES = \
 
314
        $(notdir $(unity_greeter_test_SOURCES:.vala=.c))
311
315
 
312
316
DISTCLEANFILES = \
313
317
        Makefile.in
1007
1011
mostlyclean-generic:
1008
1012
 
1009
1013
clean-generic:
 
1014
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1010
1015
 
1011
1016
distclean-generic:
1012
1017
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1129
1134
 
1130
1135
 
1131
1136
check: unity-greeter-test
1132
 
        UBUNTU_MENUPROXY=0 top_srcdir=$(top_srcdir) . xvfb-run ./unity-greeter-test
 
1137
        UBUNTU_MENUPROXY=0 top_srcdir=$(top_srcdir) . xvfb-run -a ./unity-greeter-test
1133
1138
 
1134
1139
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1135
1140
# Otherwise a system limit (for SysV at least) may be exceeded.