From ac5b03be829b4c9369ebfb07a688308721103228 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Tue, 20 Dec 2005 04:12:42 +0000 Subject: Autogen update --- utils/nfsstat/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utils/nfsstat/Makefile.am (limited to 'utils/nfsstat/Makefile.am') diff --git a/utils/nfsstat/Makefile.am b/utils/nfsstat/Makefile.am new file mode 100644 index 0000000..becb108 --- /dev/null +++ b/utils/nfsstat/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in + +man8_MANS = nfsstat.man +EXTRA_DIST = $(man8_MANS) + +sbin_PROGRAMS = nfsstat +nfsstat_SOURCES = nfsstat.c +nfsstat_LDADD = ../../support/export/libexport.a \ + ../../support/nfs/libnfs.a \ + ../../support/misc/libmisc.a + +MAINTAINERCLEANFILES = Makefile.in -- cgit