summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-03-12 15:48:56 +0100
committerJohannes Schanda <schanda@itestra.de>2013-03-12 15:54:53 +0100
commit494c298ce4b02d96c5b12773af20ef858596b5ef (patch)
tree9ac56ad26485157b8f0a0bfcfd4fbd841903771a /Makefile.am
parent7270427d1f362a6ba7e9d502e9f83da2bd7482fc (diff)
downloadgenivi-common-api-runtime-494c298ce4b02d96c5b12773af20ef858596b5ef.tar.gz
Add doxygen generation targets
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f2c162..c3a79fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,18 @@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = LICENSE
-
+MOSTLYCLEANFILES =
# Library interface (not package version!)
LIBCOMMONAPI_CURRENT=2
LIBCOMMONAPI_REVISION=0
LIBCOMMONAPI_AGE=0
# ------------------------------------------------------------------------------
+# Doxygen
+include $(top_srcdir)/aminclude.am
+EXTRA_DIST += doxygen.cfg
+MOSTLYCLEANFILES += ${DX_CLEANFILES}
+
+# ------------------------------------------------------------------------------
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \