diff options
author | svoj@mysql.com <> | 2005-12-28 16:05:30 +0400 |
---|---|---|
committer | svoj@mysql.com <> | 2005-12-28 16:05:30 +0400 |
commit | a3f445151fe41463ad2a969fa37a1076925b968b (patch) | |
tree | 83cc0fcb79bcf2f4024c799124de23490f67d89d /Makefile.am | |
parent | 70cc1a08afbf290ff794c2e22e2988f189942491 (diff) | |
download | mariadb-git-a3f445151fe41463ad2a969fa37a1076925b968b.tar.gz |
WL#2575 - Fulltext: Parser plugin for FTS
Manual merge.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 68183a6b246..f2450dffb45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \ @sql_server@ scripts @man_dirs@ tests \ @mysql_se_plugins@ \ netware @libmysqld_dirs@ \ - @bench_dirs@ support-files @tools_dirs@ + @bench_dirs@ support-files @tools_dirs@ \ + plugin DIST_SUBDIRS = . include @docs_dirs@ zlib \ @readline_topdir@ sql-common \ @@ -37,7 +38,8 @@ DIST_SUBDIRS = . include @docs_dirs@ zlib \ vio sql libmysql_r libmysql client scripts \ @man_dirs@ tests SSL\ BUILD netware os2 @libmysqld_dirs@\ - @bench_dirs@ support-files server-tools tools + @bench_dirs@ support-files server-tools tools \ + plugin # Run these targets before any others, also make part of clean target, # to make sure we create new links after a clean. |