diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-02 19:01:15 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-02 19:01:15 -0600 |
commit | ae5b950c4dd81daa0e03847905f3f38b4ef8b409 (patch) | |
tree | cc9f61f71666e0b4b3f190526b4d8f1641274e5d /heap | |
parent | 3a3e8e99d5ba9a4659617d40554677d34053a7e7 (diff) | |
download | mariadb-git-ae5b950c4dd81daa0e03847905f3f38b4ef8b409.tar.gz |
got --with-other-libc to work, finally
configure.in:
updates for --with-other-libc
heap/Makefile.am:
--with-other-libc
libmysql/Makefile.shared:
--with-other-libc
mysys/Makefile.am:
--with-other-libc
regex/Makefile.am:
--with-other-libc
sql/Makefile.am:
--with-other-libc
strings/Makefile.am:
--with-other-libc
Diffstat (limited to 'heap')
-rw-r--r-- | heap/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heap/Makefile.am b/heap/Makefile.am index 14501724e23..2e6682e29d0 100644 --- a/heap/Makefile.am +++ b/heap/Makefile.am @@ -19,6 +19,8 @@ LDADD = libheap.a ../mysys/libmysys.a ../dbug/libdbug.a \ ../strings/libmystrings.a pkglib_LIBRARIES = libheap.a noinst_PROGRAMS = hp_test1 hp_test2 +hp_test1_LDFLAGS = @NOINST_LDFLAGS@ +hp_test2_LDFLAGS = @NOINST_LDFLAGS@ noinst_HEADERS = heapdef.h libheap_a_SOURCES = hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \ hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \ |