null+****@clear*****
null+****@clear*****
2010年 9月 2日 (木) 12:26:20 JST
Kouhei Sutou 2010-09-02 03:26:20 +0000 (Thu, 02 Sep 2010)
New Revision: 8dfda45d2a903994e6f98ee05fd71c2137def966
Log:
fix shared library name.
Modified files:
plug.in
Modified: plug.in (+2 -2)
===================================================================
--- plug.in 2010-09-02 03:25:52 +0000 (93e75ca)
+++ plug.in 2010-09-02 03:26:20 +0000 (db30b9c)
@@ -2,5 +2,5 @@ MYSQL_STORAGE_ENGINE(groonga,,[groonga storage engine],
[Fulltext search, column base],
[max,max-no-ndb])
MYSQL_PLUGIN_DIRECTORY(groonga, [storage/groonga-storage-engine])
-MYSQL_PLUGIN_STATIC(groonga, [libmroonga.a])
-MYSQL_PLUGIN_DYNAMIC(groonga, [libmroonga.la])
+MYSQL_PLUGIN_STATIC(groonga, [ha_groonga.a])
+MYSQL_PLUGIN_DYNAMIC(groonga, [ha_groonga.la])