diff options
author | Todor Tomov <ttomov@mm-sol.com> | 2011-02-03 10:50:49 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-02-07 16:32:52 +0100 |
commit | 79bed4f42e9b9089eb0e0626f3accb762177edf6 (patch) | |
tree | f769ceb531bb02cf061b592b3dd7dcf3ec56f2ef /Makefile.am | |
parent | d4968694e251f603e7c2b91608746cf4c382723a (diff) |
Build libmedia and libsubdev
Build media controller and v4l2 subdevice shared libraries.
Use libtool for building.
Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f268924..149e070 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = src +ACLOCAL_AMFLAGS = -I m4 |