~kim0/lxc/bug-740167

« back to all changes in this revision

Viewing changes to src/lxc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-12-06 16:24:31 UTC
  • mfrom: (1.1.6 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101206162431-lvg92fyuiupfoqek
Tags: 0.7.3-1
* New upstream version (closes: #602631)
  - Support for specifying debian suite (closes: #600459)
  - Support for declaring a different architecture (closes: #597875)
* Fix restart init.d action sequence (closes: #597998)
* Move too-deep /usr/lib/lxc/lxc path to a proper patch
* Disable checkroot script in debian template (closes: #601001)
* Create missing tty devices under squeeze (closes: #600466)
* Restore bindmount functionality in newer kernels (closes: #604475)
* Make debian mirror configurable (closes: #601422)
* Default to cdn.debian.net as a debian mirror (closes: #600464)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        -shared \
61
61
        -Wl,-soname,liblxc.so.$(firstword $(subst ., ,$(VERSION)))
62
62
 
63
 
liblxc_so_LDADD = -lutil
 
63
liblxc_so_LDADD = -lutil $(CAP_LIBS)
64
64
 
65
65
bin_SCRIPTS = \
66
66
        lxc-ps \