summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authorkent@mysql.com <>2006-02-22 20:34:25 +0100
committerkent@mysql.com <>2006-02-22 20:34:25 +0100
commit5d0187f0ae8081ccfde138e934202d5043543b9a (patch)
treefaadb895bb7dc26c2cab376862c503b237331d71 /storage/heap
parent2e82e5aef8d6cf2d967ed81280765fa8e31af983 (diff)
downloadmariadb-git-5d0187f0ae8081ccfde138e934202d5043543b9a.tar.gz
Makefile.am:
Change for 'make distcheck' libmysqld.vcproj: Typo
Diffstat (limited to 'storage/heap')
-rw-r--r--storage/heap/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/storage/heap/Makefile.am b/storage/heap/Makefile.am
index 2890dc6ee23..79e0379f9a4 100644
--- a/storage/heap/Makefile.am
+++ b/storage/heap/Makefile.am
@@ -15,9 +15,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
-LDADD = libheap.a $(top_srcdir)/mysys/libmysys.a \
- $(top_srcdir)/dbug/libdbug.a \
- $(top_srcdir)/strings/libmystrings.a
+LDADD = libheap.a \
+ $(top_builddir)/mysys/libmysys.a \
+ $(top_builddir)/dbug/libdbug.a \
+ $(top_builddir)/strings/libmystrings.a
pkglib_LIBRARIES = libheap.a
noinst_PROGRAMS = hp_test1 hp_test2
hp_test1_LDFLAGS = @NOINST_LDFLAGS@