diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-03-02 21:11:26 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-03-02 21:11:26 +0100 |
commit | ef3a8bd0dc50d7ce7a0eafc94841c7f40ec20003 (patch) | |
tree | b0ca0baac4809a4f01ec9067d85137b87ef935b4 /Makefile.am | |
parent | c302ce2ae9e53e8430e16ae77721dac932c1ec66 (diff) | |
download | gmp-ef3a8bd0dc50d7ce7a0eafc94841c7f40ec20003.tar.gz |
* urandom.h: Remove file.
* Makefile.am (EXTRA_DIST): Remove it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 54369fc1b..00e1a41d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ lib_LTLIBRARIES = libgmp.la $(MPBSD_LTLIBRARIES_OPTION) EXTRA_DIST = doc macos \ configfsf.guess configfsf.sub .gdbinit gmp-h.in gmp-impl.h mp-h.in \ - INSTALL.autoconf longlong.h stack-alloc.h urandom.h + INSTALL.autoconf longlong.h stack-alloc.h DISTCLEANFILES = $(nodist_include_HEADERS) asm-syntax.h config.m4 \ @gmp_srclinks@ |