diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2012-06-11 20:29:44 +0200 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2012-06-11 20:42:50 +0200 |
commit | 346a08d6341298495ee5a7e4cd55d8bb46a0cf90 (patch) | |
tree | 3810f15e2e19bbdfde5489b060cdcbdf87cb3c76 /Makefile.am | |
parent | a800539e2584eb6b6cacea454fa57f9a0a2946f9 (diff) |
contrib/test: Add to build system
During the conversion to autotools the contrib/test Makefile
got lost. Re-add the test tools. Thanks to Franck Bourdonnec
for pointing this out.
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06571d21..2b4ea468 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,8 @@ if LINUX_OS SUBDIRS += \ utils/dvb \ utils/rds \ - utils/xc3028-firmware + utils/xc3028-firmware \ + contrib/test endif if WITH_QV4L2 |