mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
branches/5.1:
Revert a change to Makefile.am that I committed accidentally in c4574.
This commit is contained in:
parent
6e783d9f1c
commit
f4f265e859
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ libinnobase_a_SOURCES= btr/btr0btr.c btr/btr0cur.c btr/btr0pcur.c \
|
|||
ut/ut0ut.c ut/ut0vec.c ut/ut0wqueue.c \
|
||||
handler/ha_innodb.cc
|
||||
|
||||
libinnobase_a_CXXFLAGS=-Werror $(AM_CFLAGS)
|
||||
libinnobase_a_CFLAGS=-Werror $(AM_CFLAGS)
|
||||
libinnobase_a_CXXFLAGS= $(AM_CFLAGS)
|
||||
libinnobase_a_CFLAGS= $(AM_CFLAGS)
|
||||
|
||||
EXTRA_LTLIBRARIES= ha_innodb.la
|
||||
pkgplugin_LTLIBRARIES= @plugin_innobase_shared_target@
|
||||
|
|
Loading…
Add table
Reference in a new issue