changeset 86:ee34323813e9

objstore: on Linux, dlopen & friends are in libdl Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sat, 17 Oct 2015 08:20:59 -0400
parents 4de24cf7f81f
children 58f7ea854119
files src/objstore/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/objstore/CMakeLists.txt	Sat Oct 17 08:20:00 2015 -0400
+++ b/src/objstore/CMakeLists.txt	Sat Oct 17 08:20:59 2015 -0400
@@ -26,6 +26,7 @@
 
 target_link_libraries(nomad_objstore
 	${BASE_LIBS}
+	dl
 )
 
 install(TARGETS nomad_objstore DESTINATION lib