blob: 737a21982a046353081296f28d98190162f629d3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to produce Makefile.in
man8_MANS = nfsidmap.man
sbin_PROGRAMS = nfsidmap
nfsidmap_SOURCES = nfsidmap.c
nfsidmap_LDADD = $(LIBNFSIDMAP) -lkeyutils ../../support/nfs/libnfs.a
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = id_resolver.conf
|