diff options
author | unknown <serg@serg.mylan> | 2005-12-31 10:13:45 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-12-31 10:13:45 +0100 |
commit | 85cf4646f248a154728fcd534f04e7a56fcf62bd (patch) | |
tree | e0fe1d2dc91450a12bb60e8d9fda8bdc6eb5245a /sql | |
parent | 565e729e384f268a042c9a9e72f85518b10b0dce (diff) | |
download | mariadb-git-85cf4646f248a154728fcd534f04e7a56fcf62bd.tar.gz |
libarchive.a and storage/archive/Makefile should be specified in
MYSQL_STORAGE_ENGINE macro (and nowhere else)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index e6cc51cc998..e2cf53c13aa 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -32,7 +32,6 @@ bin_PROGRAMS = mysql_tzinfo_to_sql gen_lex_hash_LDFLAGS = @NOINST_LDFLAGS@ LDADD = $(top_builddir)/storage/myisam/libmyisam.a \ $(top_builddir)/storage/myisammrg/libmyisammrg.a \ - $(top_builddir)/storage/archive/libarchive.a \ $(top_builddir)/storage/heap/libheap.a \ $(top_builddir)/vio/libvio.a \ $(top_builddir)/mysys/libmysys.a \ |