blob: e5d7d04c179927325585981da62f9ced677a60ac (
plain)
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)
|