diff options
author | sasha@mysql.sashanet.com <> | 2001-04-02 19:01:15 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-02 19:01:15 -0600 |
commit | f754012ad08a6cf9988e6cd2c647670c4c65573d (patch) | |
tree | cc9f61f71666e0b4b3f190526b4d8f1641274e5d /heap | |
parent | 620010abfca24b5304e906d3515a8be9e16d5851 (diff) | |
download | mariadb-git-f754012ad08a6cf9988e6cd2c647670c4c65573d.tar.gz |
got --with-other-libc to work, finally
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 \ |