summaryrefslogtreecommitdiff
path: root/storage/archive/Makefile.am
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-02-22 20:34:25 +0100
committerunknown <kent@mysql.com>2006-02-22 20:34:25 +0100
commit3150f7ccab05d8df8014614b1dfa6403c2411dc6 (patch)
treefaadb895bb7dc26c2cab376862c503b237331d71 /storage/archive/Makefile.am
parent71ffac7e60fad22364e62588408c4456227f33d9 (diff)
downloadmariadb-git-3150f7ccab05d8df8014614b1dfa6403c2411dc6.tar.gz
Makefile.am:
Change for 'make distcheck' libmysqld.vcproj: Typo VC++Files/libmysqld/libmysqld.vcproj: Typo mysql-test/ndb/Makefile.am: Change for 'make distcheck' storage/archive/Makefile.am: Change for 'make distcheck' plugin/fulltext/Makefile.am: Change for 'make distcheck' storage/csv/Makefile.am: Change for 'make distcheck' storage/heap/Makefile.am: Change for 'make distcheck'
Diffstat (limited to 'storage/archive/Makefile.am')
-rw-r--r--storage/archive/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/storage/archive/Makefile.am b/storage/archive/Makefile.am
index fabeca81eda..c2ae9d6b728 100644
--- a/storage/archive/Makefile.am
+++ b/storage/archive/Makefile.am
@@ -17,9 +17,10 @@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
@ZLIB_INCLUDES@
-LDADD = libarchive.a $(top_srcdir)/mysys/libmysys.a \
- $(top_srcdir)/dbug/libdbug.a \
- $(top_srcdir)/strings/libmystrings.a \
+LDADD = libarchive.a \
+ $(top_builddir)/mysys/libmysys.a \
+ $(top_builddir)/dbug/libdbug.a \
+ $(top_builddir)/strings/libmystrings.a \
@ZLIB_LIBS@
pkglib_LIBRARIES = libarchive.a
noinst_PROGRAMS = archive_test