diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-06 23:16:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-07 01:13:44 -0300 |
commit | da5a70c91420007f929df51fcf73099f93a767c0 (patch) | |
tree | bc836aafc5197cce515818109577d1cf604335f0 /Makefile.am | |
parent | 23d5127d288d6668a7cff0327e556937f256e7e5 (diff) |
Add support to generate Doxygen documentation for libdvbv5
Add a way to auto-generate documentation for libdvbv5 using
Doxygen.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 06a2a5d2..a220d8a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,8 @@ endif EXTRA_DIST = android-config.h include COPYING.libv4l README.libv4l README.lib-multi-threading +include $(top_srcdir)/aminclude.am + # custom targets sync-with-kernel: |