summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-02-01 12:22:53 -0800
committerEric Anholt <eric@anholt.net>2014-02-01 12:32:42 -0800
commit17e5c307f5e2fd73ab347d9dc35284c935f91d30 (patch)
tree5c47a1b453ed6f624cc328d790259fdb98aaeb05
parent5a39b7abe26e6ff42f29861951515b25df837a1d (diff)
Add missing dependency on libdl.
Everything I'd linked against the library so far already had a libdl dependency (through libX11, for example), so I hadn't noticed.
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ceefda2..1ca0d68 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -119,6 +119,7 @@ libepoxy_la_LDFLAGS = \
libepoxy_la_LIBADD = \
$(EPOXY_LINK_LIBS) \
+ $(DLOPEN_LIBS) \
$()
if BUILD_EGL