diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-01-30 12:56:51 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-01-30 14:54:12 +0100 |
commit | c01fe2cdd4a86f37c1a9bce344b41b6432dbe427 (patch) | |
tree | 2bb4a3894119c0841cd82902c55b41205b1f39e6 /tests/ttmtest/src/Makefile.am | |
parent | 9bbdc0fb10101586fb2bbddeb700e3241a993b1f (diff) |
Add the ttmtest test utility.
Diffstat (limited to 'tests/ttmtest/src/Makefile.am')
-rw-r--r-- | tests/ttmtest/src/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ttmtest/src/Makefile.am b/tests/ttmtest/src/Makefile.am new file mode 100644 index 00000000..b7ee8291 --- /dev/null +++ b/tests/ttmtest/src/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES = @MDRIINC@ +bin_PROGRAMS = ttmtest +ttmtest_SOURCES = \ + ttmtest.c \ + xf86dri.c \ + xf86dri.h \ + xf86dristr.h +ttmtest_LDADD = -ldrm -lXext -lX11 |