1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Build all plugins.

Try to fix ia64/icc builds.
This commit is contained in:
Jonathan Perkin
2010-05-05 13:49:03 +02:00
parent 44a05c19f0
commit 559c23fde2
5 changed files with 7 additions and 7 deletions

View File

@ -13,4 +13,5 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc MODULE_ONLY)
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc
MODULE_ONLY MODULE_NAME "libdaemon_example")