summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-03-08 13:36:15 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-03-08 13:36:15 +0800
commit68b4274b0df867c4569194edb54256d603adea1c (patch)
treec9b2cf0fa8c1f7b4d42a4fb9d771b95fe5c07a86 /Makefile.am
parent03d63fe65f302199da2b7ed5180dd8103104142f (diff)
Remove IN_LIBVA defines, Thanks for the patch from Gwenole
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 07385e6..459660b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src test
+SUBDIRS = va test
if BUILD_DUMMY_DRIVER
SUBDIRS += dummy_drv_video
endif