diff options
author | lenz@kallisto.local <> | 2003-08-20 16:39:11 +0200 |
---|---|---|
committer | lenz@kallisto.local <> | 2003-08-20 16:39:11 +0200 |
commit | 95f71c317b0c01c0a6049522bbc1b5f20ee5735c (patch) | |
tree | b7184e76aa7e95bc9372a48c112e18561e0edd1b /cmd-line-utils/Makefile.am | |
parent | 7635c537be19712ae44756c72b4db0d6ab81cddd (diff) | |
download | mariadb-git-95f71c317b0c01c0a6049522bbc1b5f20ee5735c.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.
Diffstat (limited to 'cmd-line-utils/Makefile.am')
-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.% |