diff options
author | unknown <svoj@mysql.com> | 2005-06-07 21:17:09 +0500 |
---|---|---|
committer | unknown <svoj@mysql.com> | 2005-06-07 21:17:09 +0500 |
commit | e4c09a779df1ed7134c9798dee581ec424d27562 (patch) | |
tree | e078b53cf67c7821801e74c6458320652a49a9e5 /include/Makefile.am | |
parent | 0de81f007f688d5debf69209f264d343dc30f0c8 (diff) | |
download | mariadb-git-e4c09a779df1ed7134c9798dee581ec424d27562.tar.gz |
WL#2466 - Fulltext: "always-index" words
Trie and Aho-Corasick code added to distribution.
include/Makefile.am:
my_trie.h added to noinst_HEADERS.
mysys/Makefile.am:
trie.c added to libmysys_a_SOURCES.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 5f426843950..53b83bd7d88 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -28,7 +28,7 @@ noinst_HEADERS = config-win.h config-os2.h config-netware.h \ myisam.h myisampack.h myisammrg.h ft_global.h\ mysys_err.h my_base.h help_start.h help_end.h \ my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \ - my_aes.h my_tree.h hash.h thr_alarm.h \ + my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \ thr_lock.h t_ctype.h violite.h md5.h \ mysql_version.h.in my_handler.h my_time.h decimal.h |