summaryrefslogtreecommitdiff
path: root/trace
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-08-17 17:25:43 -0700
committerAaron Plattner <aplattner@nvidia.com>2009-09-02 13:12:38 -0700
commit50925e6b95aa9eaebd26c35f1f8f6af7acec4814 (patch)
tree63681a7ea3fcf14e213697fab6a306d114a4eeed /trace
parent7fa59a29b65da47cbee52d92280306edda5ae317 (diff)
Add a check for -ldl, stolen from xorg-server's configure.ac.
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
Diffstat (limited to 'trace')
-rw-r--r--trace/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/trace/Makefile.am b/trace/Makefile.am
index 26b3925..6fd771b 100644
--- a/trace/Makefile.am
+++ b/trace/Makefile.am
@@ -7,6 +7,9 @@ lib_LTLIBRARIES = libvdpau_trace.la
libvdpau_trace_la_SOURCES = \
vdpau_trace.cpp
+libvdpau_trace_la_LIBADD = \
+ $(DLOPEN_LIBS)
+
libvdpau_trace_la_LDFLAGS = -avoid-version -module -no-undefined
libvdpau_traceincludedir = $(includedir)/vdpau