diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-12-19 12:08:35 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-12-19 12:08:35 +0100 |
commit | 7ab0910cc3d64551483c1e82c7718a735f9cdad3 (patch) | |
tree | 87acbb23358ff7e81c5b89b290701357088d210e /Makefile.am | |
parent | 5105daba1aee53278c3435f457f64036450bf4ee (diff) |
tools: Add tool to list all components and their roles
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 69e17f4..25368d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = common omx config +SUBDIRS = common omx tools config ACLOCAL_AMFLAGS = -I m4 |