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

« back to all changes in this revision

Viewing changes to utils/statd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar, Anibal Monsalve Salazar, Ben Hutchings
  • Date: 2010-04-06 16:11:22 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100406161122-x7erw0q8xiitoyp6
Tags: 1:1.2.2-1
[ Anibal Monsalve Salazar ]
* New upstream release 
  Build depend on libcap-dev
  Set configure option --enable-nfsv41
* X-ref nfsd({7,8})
  02-524255-manpages.patch by Cyril Brulebois
  Closes: 524255

[ Ben Hutchings ]
* Change maintainer to Debian kernel team; move Aníbal to uploaders and
  add myself to uploaders
* Check for nfsd in /proc/filesystems rather than looking for signs of it in
  /proc/kallsyms (Closes: #563104, #572736)
* Document the -n option to svcgssd, thanks to Alberto Gonzalez Iniesta
  (Closes: #451402, #550270)
* Replace upstream reference in package descriptions with Homepage fields,
  and do not refer to the obsolete CVS repository
* Update policy version to 3.8.4; no changes required
* Override lintian error 'init.d-script-missing-dependency-on-remote_fs';
  the init script does work without /usr mounted

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
man8_MANS = statd.man sm-notify.man
4
4
 
5
 
GENFILES_CLNT   = sm_inter_clnt.c
6
 
GENFILES_SVC    = sm_inter_svc.c
7
 
GENFILES_XDR    = sm_inter_xdr.c
8
 
GENFILES_H      = sm_inter.h
9
 
 
10
 
GENFILES        = $(GENFILES_CLNT) $(GENFILES_SVC) $(GENFILES_XDR) $(GENFILES_H)
11
 
 
12
5
RPCPREFIX       = rpc.
13
6
KPREFIX         = @kprefix@
14
7
sbin_PROGRAMS   = statd sm-notify
15
8
dist_sbin_SCRIPTS       = start-statd
16
 
statd_SOURCES = callback.c notlist.c log.c misc.c monitor.c \
 
9
statd_SOURCES = callback.c notlist.c misc.c monitor.c hostname.c \
17
10
                simu.c stat.c statd.c svc_run.c rmtcall.c \
18
 
                sm_inter_clnt.c sm_inter_svc.c sm_inter_xdr.c log.h \
19
 
                notlist.h statd.h system.h version.h sm_inter.h
 
11
                notlist.h statd.h system.h version.h
20
12
sm_notify_SOURCES = sm-notify.c
21
13
 
22
14
BUILT_SOURCES = $(GENFILES)
23
 
statd_LDADD = ../../support/export/libexport.a \
 
15
statd_LDADD = ../../support/nsm/libnsm.a \
24
16
              ../../support/nfs/libnfs.a \
25
17
              ../../support/misc/libmisc.a \
26
 
              $(LIBWRAP) $(LIBNSL)
27
 
sm_notify_LDADD = $(LIBNSL)
 
18
              $(LIBWRAP) $(LIBNSL) $(LIBCAP)
 
19
sm_notify_LDADD = ../../support/nsm/libnsm.a \
 
20
                  ../../support/nfs/libnfs.a \
 
21
                  $(LIBNSL) $(LIBCAP)
28
22
 
29
 
EXTRA_DIST = sim_sm_inter.x sm_inter.x $(man8_MANS) COPYRIGHT simulate.c
 
23
EXTRA_DIST = sim_sm_inter.x $(man8_MANS) COPYRIGHT simulate.c
30
24
 
31
25
if CONFIG_RPCGEN
32
26
RPCGEN  = $(top_builddir)/tools/rpcgen/rpcgen