[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix shared library name.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:21:18 JST 2012


Kouhei Sutou	2010-09-02 12:26:20 +0900 (Thu, 02 Sep 2010)

  New Revision: 8dfda45d2a903994e6f98ee05fd71c2137def966
  https://github.com/mroonga/mroonga/commit/8dfda45d2a903994e6f98ee05fd71c2137def966

  Log:
    fix shared library name.

  Modified files:
    plug.in

  Modified: plug.in (+2 -2)
===================================================================
--- plug.in    2010-09-02 12:25:52 +0900 (93e75ca)
+++ plug.in    2010-09-02 12:26:20 +0900 (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])
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index