diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2012-10-14 13:48:37 +0200 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2012-10-14 13:50:01 +0200 |
commit | 6adf5f5adf800b6be43f945a298c3965398feb9f (patch) | |
tree | 42f49f87004fa8ddb81a8955a66967b757f74aee /utils/Makefile.am | |
parent | a2c30c488607084e1aaa2ad6e0be3f61794f328c (diff) |
buildsystem: Generate Makefile in lib and utils dir, too
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am new file mode 100644 index 00000000..5ee99db6 --- /dev/null +++ b/utils/Makefile.am @@ -0,0 +1,26 @@ +SUBDIRS = \ + dvb \ + libv4l2util \ + libmedia_dev \ + decode_tm6000 \ + keytable \ + v4l2-compliance \ + v4l2-ctl \ + v4l2-dbg \ + v4l2-sysfs-path \ + rds-ctl + +if LINUX_OS +SUBDIRS += \ + xc3028-firmware + +if HAVE_LINUX_I2C_DEV +SUBDIRS += \ + rds +endif +endif + +if WITH_QV4L2 +SUBDIRS += qv4l2 +endif + |