diff options
author | lenz@mysql.com <> | 2003-02-03 11:32:29 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-02-03 11:32:29 +0100 |
commit | c96a4e7349361d0a5a01676d95517fccc8269302 (patch) | |
tree | 222d2e5fc6f28bcc4928ad115241fdf9f25551cc /cmd-line-utils | |
parent | 0aaab85f70b9724aca8ed6a2ff756501f30ff5bd (diff) | |
download | mariadb-git-c96a4e7349361d0a5a01676d95517fccc8269302.tar.gz |
- added missing files/directories from bdb and libedit to source distribution
- make sure to not included BK's "SCCS" directories in source distribution
Diffstat (limited to 'cmd-line-utils')
-rw-r--r-- | cmd-line-utils/libedit/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-line-utils/libedit/Makefile.am b/cmd-line-utils/libedit/Makefile.am index 4c8d055df06..631c61ff350 100644 --- a/cmd-line-utils/libedit/Makefile.am +++ b/cmd-line-utils/libedit/Makefile.am @@ -20,10 +20,12 @@ 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 compat.h fgetln.h \ + tokenizer.h compat.h compat_conf.h fgetln.h \ hist.h map.h prompt.h search.h \ strlcpy.h term.h tty.h +EXTRA_DIST = makelist + DEFS = -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR vi.h: vi.c makelist |