diff options
author | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2007-08-03 15:05:00 +0000 |
---|---|---|
committer | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2007-08-03 15:05:00 +0000 |
commit | f879627fb37b8b8f72132d7e7c5b32347c67a67d (patch) | |
tree | 15e84c7aa26f02a3992db20e046c109fc5e1ea72 /Makefile.am | |
parent | f5af16a685fffa230a1aa67528bce772c4e4551b (diff) | |
download | portableumem-f879627fb37b8b8f72132d7e7c5b32347c67a67d.tar.gz |
fixup malloc replacement on 64-bit systems; was missing a configure check.
git-svn-id: https://labs.omniti.com/portableumem/trunk@45 1665872d-e22b-0410-9e5d-a57ad4215e6d
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4a9de2b..ddcbbf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ umem_test2_SOURCES = umem_test2.c umem_test2_LDADD = -lumem umem_test3_SOURCES = umem_test3.c -umem_test3_LDADD = -lumem +umem_test3_LDADD = -lumem -lumem_malloc libumem_la_SOURCES = init_lib.c \ umem_agent_support.c \ |