fixup linkage

This commit is contained in:
Wez Furlong 2007-03-17 19:14:33 +00:00
parent 35e9dc7e11
commit 84293cb0b4

View file

@ -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