diff options
Diffstat (limited to 'tools/nfsconf/Makefile.am')
-rw-r--r-- | tools/nfsconf/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/nfsconf/Makefile.am b/tools/nfsconf/Makefile.am new file mode 100644 index 0000000..b3c1495 --- /dev/null +++ b/tools/nfsconf/Makefile.am @@ -0,0 +1,11 @@ +## Process this file with automake to produce Makefile.in + +man8_MANS = nfsconf.man +EXTRA_DIST = $(man8_MANS) + +sbin_PROGRAMS = nfsconf + +nfsconf_SOURCES = nfsconfcli.c +nfsconf_LDADD = ../../support/nfs/libnfsconf.la + +MAINTAINERCLEANFILES = Makefile.in |