From 56cfa334c9cf3bccebbd0548706e69f9e201d66d Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sun, 7 Dec 2014 10:34:31 -0500 Subject: Fix up issue with "make dist" Add mention of new files, remove mention of old files, and cause "make dist" to create something very similar to the current distributions. systemd files are not currently included in "make dist" and some files generated by "rpcgen" are (though they aren't in official distribution). Signed-off-by: NeilBrown Signed-off-by: Steve Dickson --- support/include/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'support/include') diff --git a/support/include/Makefile.am b/support/include/Makefile.am index 4b33ee9..5c80c8b 100644 --- a/support/include/Makefile.am +++ b/support/include/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = nfs rpcsvc sys noinst_HEADERS = \ + cld.h \ exportfs.h \ ha-callout.h \ misc.h \ @@ -10,9 +11,13 @@ noinst_HEADERS = \ nfs_paths.h \ nfslib.h \ nfsrpc.h \ + nls.h \ nsm.h \ + pseudoflavors.h \ rpcmisc.h \ + sockaddr.h \ tcpwrapper.h \ + v4root.h \ xio.h \ xlog.h \ xmalloc.h \ -- cgit