diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-12 18:52:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2006-10-12 18:52:30 +0000 |
commit | e8684643a28f1bf6a0839bf6a0c10f630c0f6335 (patch) | |
tree | f10894df45bb5e1a6ea14d58172685f2cb31954b /modules/memmove | |
parent | 5d5ff3383fd81451220601edadd9fc65018f5c0b (diff) | |
download | gnulib-e8684643a28f1bf6a0839bf6a0c10f630c0f6335.tar.gz |
Distribute all lib/* source files through EXTRA_DIST.
Diffstat (limited to 'modules/memmove')
-rw-r--r-- | modules/memmove | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/memmove b/modules/memmove index 6588c43130..6859ba9f8f 100644 --- a/modules/memmove +++ b/modules/memmove @@ -11,6 +11,7 @@ configure.ac: gl_FUNC_MEMMOVE Makefile.am: +EXTRA_DIST += memmove.c Include: <string.h> |