diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-17 10:41:21 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-17 10:41:21 -0800 |
commit | 06ab2f6436e26f77292d53e3ce2fe547d4a79fe3 (patch) | |
tree | be15ec3e883e05745d767aef0a853bc955f5f664 /tests/Makefile.am | |
parent | 18f091d136cd44ab397817f8a3e89c21e9561a31 (diff) |
libdrm: Fix modetest/modeprint to use automake stuff.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 02b2ef0a..e66d1c82 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,7 @@ libdrmtest_la_LIBADD = \ LDADD = libdrmtest.la -noinst_SUBDIRS = \ +SUBDIRS = \ modeprint \ modetest |