diff options
| author | NeilBrown <neilb@suse.de> | 2014-12-07 10:34:31 -0500 |
|---|---|---|
| committer | Steve Dickson <steved@redhat.com> | 2014-12-07 10:34:31 -0500 |
| commit | 56cfa334c9cf3bccebbd0548706e69f9e201d66d (patch) | |
| tree | 686ee59de339f285f05db472805ebe45c21af2a0 /tests | |
| parent | 19ee9c81c2454f53a3369d8b23ba539c1f6bab31 (diff) | |
| download | nfs-utils-56cfa334c9cf3bccebbd0548706e69f9e201d66d.tar.gz nfs-utils-56cfa334c9cf3bccebbd0548706e69f9e201d66d.tar.xz nfs-utils-56cfa334c9cf3bccebbd0548706e69f9e201d66d.zip | |
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 <neilb@suse.de>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 1 | ||||
| -rw-r--r-- | tests/nsm_client/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index faa8197..1f96264 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,3 +11,4 @@ SUBDIRS = nsm_client MAINTAINERCLEANFILES = Makefile.in TESTS = t0001-statd-basic-mon-unmon.sh +EXTRA_DIST = test-lib.sh $(TESTS) diff --git a/tests/nsm_client/Makefile.am b/tests/nsm_client/Makefile.am index 4c15346..a8fc131 100644 --- a/tests/nsm_client/Makefile.am +++ b/tests/nsm_client/Makefile.am @@ -7,6 +7,7 @@ GENFILES_H = nlm_sm_inter.h GENFILES = $(GENFILES_CLNT) $(GENFILES_SVC) $(GENFILES_XDR) $(GENFILES_H) +EXTRA_DIST = nlm_sm_inter.x check_PROGRAMS = nsm_client nsm_client_SOURCES = $(GENFILES) nsm_client.c |
