diff options
author | lenz@mysql.com <> | 2004-08-27 21:18:51 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-08-27 21:18:51 +0200 |
commit | cb161dedc3cd1753ed31e425533219c2b08fce8b (patch) | |
tree | 0fc5bc5a4410b61436e90b2c55f3781c968ad154 /cmd-line-utils | |
parent | b06298a39bb0be8f33640dfd2b089e3e4897b574 (diff) | |
download | mariadb-git-cb161dedc3cd1753ed31e425533219c2b08fce8b.tar.gz |
- add missing file "read.h" to the source distribution
Diffstat (limited to 'cmd-line-utils')
-rw-r--r-- | cmd-line-utils/libedit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-line-utils/libedit/Makefile.am b/cmd-line-utils/libedit/Makefile.am index c532884ca7d..75664b471a1 100644 --- a/cmd-line-utils/libedit/Makefile.am +++ b/cmd-line-utils/libedit/Makefile.am @@ -23,7 +23,7 @@ libedit_a_DEPENDENCIES = @LIBEDIT_LOBJECTS@ pkginclude_HEADERS = readline/readline.h noinst_HEADERS = chared.h el.h histedit.h key.h parse.h refresh.h sig.h \ - sys.h tokenizer.h config.h hist.h map.h prompt.h \ + sys.h tokenizer.h config.h hist.h map.h prompt.h read.h \ search.h tty.h EXTRA_DIST = makelist.sh np/unvis.c np/strlcpy.c np/vis.c np/strlcat.c np/fgetln.c |