]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#10,!3] Build order changed.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 2 Oct 2018 11:16:36 +0000 (13:16 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:57:13 +0000 (18:57 +0100)
Makefile.am

index 42bdfe0534fbe9e0027d7a655bc669093317668a..21f19fc4870fe6c4f19ff0949101a116898ceabd 100644 (file)
@@ -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@