~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/tbutc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
BUCOORDOBJS=ubik_db_if.o ../bucoord/volstub.o ../bucoord/dlq.o \
25
25
            status.o ../bucoord/bucoord_errs.o
26
26
 
27
 
VOLSEROBJS=vsprocs.o vsutils.o
 
27
VOLSEROBJS=vsprocs.o vsutils.o lockprocs.o
28
28
VOLSERLIBS=${TOP_LIBDIR}/libvosadmin.a ${TOP_LIBDIR}/libafsadminutil.a
29
29
 
30
30
LWPOBJS     =lock.o
115
115
vsprocs.o: ${VOLSER}/vsprocs.c
116
116
        ${CC} ${CFLAGS} -c ${VOLSER}/vsprocs.c
117
117
 
 
118
lockprocs.o: ${VOLSER}/lockprocs.c
 
119
        ${CC} ${CFLAGS} -c ${VOLSER}/lockprocs.c
 
120
 
118
121
lock.o: ${LWP}/lock.c
119
122
        ${CC} ${CFLAGS} -c ${LWP}/lock.c
120
123