~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to src/lxc/Makefile.in

  • 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:
79
79
        liblxc_so-caps.$(OBJEXT) liblxc_so-mainloop.$(OBJEXT) \
80
80
        liblxc_so-af_unix.$(OBJEXT) liblxc_so-utmp.$(OBJEXT)
81
81
liblxc_so_OBJECTS = $(am_liblxc_so_OBJECTS)
82
 
liblxc_so_DEPENDENCIES =
 
82
am__DEPENDENCIES_1 =
 
83
liblxc_so_DEPENDENCIES = $(am__DEPENDENCIES_1)
83
84
liblxc_so_LINK = $(CCLD) $(liblxc_so_CFLAGS) $(CFLAGS) \
84
85
        $(liblxc_so_LDFLAGS) $(LDFLAGS) -o $@
85
86
am_lxc_attach_OBJECTS = lxc_attach.$(OBJEXT)
363
364
        -shared \
364
365
        -Wl,-soname,liblxc.so.$(firstword $(subst ., ,$(VERSION)))
365
366
 
366
 
liblxc_so_LDADD = -lutil
 
367
liblxc_so_LDADD = -lutil $(CAP_LIBS)
367
368
bin_SCRIPTS = \
368
369
        lxc-ps \
369
370
        lxc-netstat \