aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt2008-12-17 12:41:21 -0600
committerEric Anholt2008-12-17 12:41:21 -0600
commit06ab2f6436e26f77292d53e3ce2fe547d4a79fe3 (patch)
treebe15ec3e883e05745d767aef0a853bc955f5f664 /configure.ac
parent18f091d136cd44ab397817f8a3e89c21e9561a31 (diff)
downloadexternal-libgbm-06ab2f6436e26f77292d53e3ce2fe547d4a79fe3.tar.gz
external-libgbm-06ab2f6436e26f77292d53e3ce2fe547d4a79fe3.tar.xz
external-libgbm-06ab2f6436e26f77292d53e3ce2fe547d4a79fe3.zip
libdrm: Fix modetest/modeprint to use automake stuff.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f4179faa..ccc58ef7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -119,4 +119,6 @@ AC_OUTPUT([
119 libdrm/intel/Makefile 119 libdrm/intel/Makefile
120 shared-core/Makefile 120 shared-core/Makefile
121 tests/Makefile 121 tests/Makefile
122 tests/modeprint/Makefile
123 tests/modetest/Makefile
122 libdrm.pc]) 124 libdrm.pc])