summaryrefslogtreecommitdiff
blob: 379ae941ef403be32ff29c7d6fa29a861b20596b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 tests/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile.in b/tests/Makefile.in
index 97f5f4e..c02ca25 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -228,7 +228,7 @@ DEPS = \
 	$(top_builddir)/src/libgdiplus.la
 
 LDADDS = \
-	$(top_builddir)/src/libgdiplus.la
+	$(top_builddir)/src/libgdiplus.la -lX11 -lglib-2.0
 
 testgdi_DEPENDENCIES = $(TEST_DEPS)
 testgdi_LDADD = $(LDADDS)