diff options
author | unknown <lenz@mysql.com> | 2003-02-03 11:32:29 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-03 11:32:29 +0100 |
commit | a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95 (patch) | |
tree | 222d2e5fc6f28bcc4928ad115241fdf9f25551cc /cmd-line-utils | |
parent | b58dd39b9923cfe0bb30cdc3d1c533ea1976c278 (diff) | |
download | mariadb-git-a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95.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
Makefile.am:
- make sure to not include BKs "SCCS" directories in the source distribution
bdb/Makefile.in:
- added missing subdirectories to source distribution
cmd-line-utils/libedit/Makefile.am:
- added missing files to 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 |