summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2009-10-29 11:46:22 -0700
committerKeith Packard <keithp@keithp.com>2009-10-29 14:15:02 -0700
commitd30637339963950910e5f5fb755b8465ac7dddb4 (patch)
tree09319e9020459762f92ddfb6ae574f4c5c861c13 /os
parentec98d7fc78efefcf9fc61492529157c0d289c3f2 (diff)
Supply all code using dl*() with DLOPEN_LIBS
Previously DLOPEN_LIBS was managed in top-level configure.ac. Instead bundle it with the code using dl*() functions to avoid breakages in uncommon configurations. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'os')
-rw-r--r--os/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile.am b/os/Makefile.am
index 9902f045c..66a4a0f75 100644
--- a/os/Makefile.am
+++ b/os/Makefile.am
@@ -26,7 +26,7 @@ libos_la_SOURCES = \
xstrans.c \
xprintf.c \
$(XORG_SRCS)
-libos_la_LIBADD = @SHA1_LIBS@
+libos_la_LIBADD = @SHA1_LIBS@ $(DLOPEN_LIBS)
if SECURE_RPC
libos_la_SOURCES += $(SECURERPC_SRCS)