blob: 1373891a7c76e6f421c319b1a687cd9cd32f0a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
## Process this file with automake to produce Makefile.in
SUBDIRS = nfs rpcsvc sys
noinst_HEADERS = \
cld.h \
exportfs.h \
ha-callout.h \
junction.h \
misc.h \
nfs_mntent.h \
nfs_paths.h \
nfsd_path.h \
nfslib.h \
nfsrpc.h \
nls.h \
nsm.h \
pseudoflavors.h \
rpcmisc.h \
sockaddr.h \
tcpwrapper.h \
v4root.h \
workqueue.h \
xio.h \
xlog.h \
xmalloc.h \
xcommon.h \
xstat.h \
conffile.h
MAINTAINERCLEANFILES = Makefile.in
|