~ubuntu-branches/debian/stretch/nfs-utils/stretch

« back to all changes in this revision

Viewing changes to utils/nfsd/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2012-05-25 20:41:58 UTC
  • mfrom: (1.2.22)
  • Revision ID: package-import@ubuntu.com-20120525204158-fte9hh32egwbk5g3
Tags: 1:1.2.6-1
* New upstream version
  - Remove 18-dont-use-PAGE_SIZE.patch: merged upstream.
  - Update other patches.
  - Install osd_login (part of the autologin feature).
    - Add open-iscsi and watchdog to Recommends.
* Check for blank exports file (Closes: #673798).
* Add 18-osd_login-sbindir.patch to avoid FTBFS
* Add 19-iscsiadm-path.patch so osd_login works

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
sbin_PROGRAMS   = nfsd
9
9
 
10
10
nfsd_SOURCES = nfsd.c nfssvc.c
11
 
nfsd_LDADD = ../../support/nfs/libnfs.a
 
11
nfsd_LDADD = ../../support/nfs/libnfs.a $(LIBTIRPC)
12
12
 
13
13
MAINTAINERCLEANFILES = Makefile.in
14
14