From b41823175db16d053b19a5fcc07e391ecc33353b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 4 May 2006 17:14:56 -0400 Subject: auto-include plug.in, remove the need for plugins to modify configure.in configure.in: plug.in examples --- storage/archive/plug.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 storage/archive/plug.in (limited to 'storage/archive/plug.in') diff --git a/storage/archive/plug.in b/storage/archive/plug.in new file mode 100644 index 00000000000..e5424dd0762 --- /dev/null +++ b/storage/archive/plug.in @@ -0,0 +1,5 @@ +MYSQL_STORAGE_ENGINE(archive,, [Archive Storage Engine], + [Archive Storage Engine], [max,max-no-ndb]) +MYSQL_PLUGIN_DIRECTORY(archive, [storage/archive]) +MYSQL_PLUGIN_STATIC(archive, [libarchive.a]) +MYSQL_PLUGIN_DYNAMIC(archive, [ha_archive.la]) -- cgit v1.2.1