diff options
author | unknown <lenz@mysql.com> | 2005-05-04 10:49:42 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-05-04 10:49:42 +0200 |
commit | 8a5a1841ef080c2fe3b023468dab05cb356c4e16 (patch) | |
tree | c4d7196676120ad096a0e10c852821e6e1834e39 /cmd-line-utils | |
parent | 875ed1e4554ae5e563aff3ab8cbeb5b7868df8c7 (diff) | |
download | mariadb-git-8a5a1841ef080c2fe3b023468dab05cb356c4e16.tar.gz |
- added missing el_term.h to the source distribution (BUG#10352)
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 a3d73a7082a..9ff005c7156 100644 --- a/cmd-line-utils/libedit/Makefile.am +++ b/cmd-line-utils/libedit/Makefile.am @@ -22,7 +22,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 \ +noinst_HEADERS = chared.h el.h el_term.h histedit.h key.h parse.h refresh.h sig.h \ sys.h tokenizer.h config.h hist.h map.h prompt.h read.h \ search.h tty.h libedit_term.h |