summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 \