diff options
author | unknown <lenz@kallisto.local> | 2003-08-20 16:39:11 +0200 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2003-08-20 16:39:11 +0200 |
commit | 0e34c128da785dc1dbba9133adaee9cbfdc43a5b (patch) | |
tree | b7184e76aa7e95bc9372a48c112e18561e0edd1b /cmd-line-utils | |
parent | a215238536848c1512ec0dd4c98739c090c473c1 (diff) | |
download | mariadb-git-0e34c128da785dc1dbba9133adaee9cbfdc43a5b.tar.gz |
- make sure that both libedit and readline are added to the source
distribution. libedit is used by default, one needs to use
"--with-readline" when compiling with readline instead.
cmd-line-utils/Makefile.am:
- add both libedit and readline to the source distribution
configure.in:
- create both Makefiles for libedit and libedit
Diffstat (limited to 'cmd-line-utils')
-rw-r--r-- | cmd-line-utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-line-utils/Makefile.am b/cmd-line-utils/Makefile.am index 340dcdccf18..7214d1231f9 100644 --- a/cmd-line-utils/Makefile.am +++ b/cmd-line-utils/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to create Makefile.in SUBDIRS= @readline_basedir@ +DIST_SUBDIRS= libedit readline # Don't update the files from bitkeeper %::SCCS/s.% |