summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b857fd3..0bca810 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,9 @@ lib_LTLIBRARIES = libvdpau.la
libvdpau_la_SOURCES = \
vdpau_wrapper.c
+libvdpau_la_LIBADD = \
+ $(DLOPEN_LIBS)
+
libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined
libvdpauincludedir = $(includedir)/vdpau