File: Makefile.am

package info (click to toggle)
nfs-utils 1%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,380 kB
  • sloc: ansic: 52,371; sh: 5,775; python: 2,166; makefile: 973
file content (14 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to produce Makefile.in

man8_MANS = nfsidmap.man
sbin_PROGRAMS	= nfsidmap

AM_CPPFLAGS += -I ../../support/nfsidmap

nfsidmap_SOURCES = nfsidmap.c
nfsidmap_LDADD = -lkeyutils \
		 ../../support/nfs/libnfs.la \
		 ../../support/nfsidmap/libnfsidmap.la

MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = id_resolver.conf $(man8_MANS)