Navigation Menu

Skip to content

Commit

Permalink
fix shared library name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 2, 2010
1 parent fc8e176 commit 8dfda45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plug.in
Expand Up @@ -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])

0 comments on commit 8dfda45

Please sign in to comment.