diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
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 |