summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2007-03-17 19:14:33 +0000
committerwez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d>2007-03-17 19:14:33 +0000
commit82707c0f7d58a14511890552fcdf3e2d53d74282 (patch)
tree1044b7326a3911deef008d879d9db03e06792bb1
parent52bb11132d1b5d118b0607c22b577026194732da (diff)
downloadportableumem-82707c0f7d58a14511890552fcdf3e2d53d74282.tar.gz
fixup linkage
git-svn-id: https://labs.omniti.com/portableumem/trunk@33 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 993c17a..d3e7955 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ libumem_la_SOURCES = init_lib.c \
sys/vmem_impl_user.h
libumem_malloc_la_SOURCES = malloc.c
-libumem_malloc_la_LDFLAGS = -lpthread -ldl -lumem
+libumem_malloc_la_LDFLAGS = -lpthread -ldl -R$(libdir) -lumem
nobase_include_HEADERS = umem.h sys/vmem.h