From: Tomek Mrugalski Date: Tue, 2 Oct 2018 11:16:36 +0000 (+0200) Subject: [#10,!3] Build order changed. X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e8166dcce405de4319da8bb4bfead491964fbe1;p=thirdparty%2Fkea.git [#10,!3] Build order changed. --- diff --git a/Makefile.am b/Makefile.am index 42bdfe0534..21f19fc487 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,9 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS} # ^^^^^^^^ This has to be the first line and cannot come later in this # Makefile.am due to some bork in some versions of autotools. -SUBDIRS = compatcheck tools doc . ext src m4macros @PREMIUM_DIR@ @CONTRIB_DIR@ +# We now build doc after src/, because docgen, a tool to generate API +# documentation requires libkea-exceptions and libkea-cc. +SUBDIRS = compatcheck tools . ext src doc m4macros @PREMIUM_DIR@ @CONTRIB_DIR@ USE_LCOV=@USE_LCOV@ LCOV=@LCOV@