diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-04 20:46:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-05-05 18:25:17 -0700 |
commit | a45d8b5a8972b4e15dd99b3bc25775b969760f88 (patch) | |
tree | 272b276541f360e9591e7c65b989eb1d0b96c5bc /tests/Makefile.am | |
parent | 40f59328351e3f0378ea814933b0aaf334630a4d (diff) |
Add libXinerama/XineramaQueryScreens test
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 593d9d6..b77f247 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = libX11 SUBDIRS += libXext SUBDIRS += libXi +SUBDIRS += libXinerama if HAVE_XCB SUBDIRS += libxcb |