aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-02-27 09:49:27 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-02-27 09:49:27 -0500
commit3fae0abe0b7d846d6df5d0f729b845e3b3f781b2 (patch)
tree9c37d9b78c3488d8903a20a4717884e236167922 /tests
parentf294976a1055d4f88edebe97e606e1f4bcc32c8e (diff)
downloadayatana-ido-3fae0abe0b7d846d6df5d0f729b845e3b3f781b2.tar.gz
ayatana-ido-3fae0abe0b7d846d6df5d0f729b845e3b3f781b2.tar.bz2
ayatana-ido-3fae0abe0b7d846d6df5d0f729b845e3b3f781b2.zip
Explicitly link against X11 and Xi while xorg-gtest doesn't.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5024fe7..f45114e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,5 +43,6 @@ gtest_menuitems_LDFLAGS = \
gtest_menuitems_LDADD = \
$(GTK_LIBS) \
$(IDOLIB) \
- libgtest.a
+ libgtest.a \
+ -lX11 -lXi