mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
ndb -
Dont put object file in list of SOURCES...causing really weird make dist problem
This commit is contained in:
parent
ec8ac0b3d7
commit
45faa21a19
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ ndbd_malloc_impl_test_LDFLAGS = @ndb_bin_am_ldflags@ \
|
||||||
$(top_builddir)/dbug/libdbug.a \
|
$(top_builddir)/dbug/libdbug.a \
|
||||||
$(top_builddir)/strings/libmystrings.a
|
$(top_builddir)/strings/libmystrings.a
|
||||||
|
|
||||||
bench_pool_SOURCES = bench_pool.cpp ../SimBlockList.o
|
bench_pool_SOURCES = bench_pool.cpp
|
||||||
bench_pool_LDFLAGS = @ndb_bin_am_ldflags@ \
|
bench_pool_LDFLAGS = @ndb_bin_am_ldflags@ ../SimBlockList.o \
|
||||||
libkernel.a ../error/liberror.a \
|
libkernel.a ../error/liberror.a \
|
||||||
$(top_builddir)/storage/ndb/src/libndbclient.la \
|
$(top_builddir)/storage/ndb/src/libndbclient.la \
|
||||||
$(top_builddir)/mysys/libmysys.a \
|
$(top_builddir)/mysys/libmysys.a \
|
||||||
|
|
Loading…
Add table
Reference in a new issue