~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to bin/dchroot-dsa/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2009-11-07 10:46:54 UTC
  • mfrom: (1.1.20 upstream) (2.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20091107104654-kk1fp1icv8dzfyfi
* New upstream development release.
* schroot:
  - Return success when ending a session and the operation
    succeeded (Closes: #554907).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# schroot Makefile template
2
2
#
3
3
#
4
 
# Copyright © 2004-2007  Roger Leigh <rleigh@debian.org>
 
4
# Copyright © 2004-2009  Roger Leigh <rleigh@debian.org>
5
5
#
6
6
# schroot is free software: you can redistribute it and/or modify it
7
7
# under the terms of the GNU General Public License as published by
43
43
        dchroot-dsa.cc
44
44
dchroot_dsa_LDADD = $(top_builddir)/bin/dchroot/libdchroot.la
45
45
 
46
 
if BUILD_DCHROOT_DSA
47
 
dchroot_dsa_mans = dchroot-dsa.1
48
 
endif
49
 
 
50
 
man_MANS = $(dchroot_dsa_mans)
51
 
 
52
46
install-exec-hook:
53
47
# Install setuid root.
54
48
        if [ -f "$(DESTDIR)$(bindir)/dchroot-dsa" ]; then \