From: Tomek Mrugalski Date: Mon, 27 May 2019 17:48:06 +0000 (+0200) Subject: [!342] Makefile.am updated X-Git-Tag: Kea-1.6.0-beta~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0434bf882b6ec483120e39f6b70b5a40fe7c711;p=thirdparty%2Fkea.git [!342] Makefile.am updated - now builds correctly on clean tree - now API file is regenerated --- diff --git a/Makefile.am b/Makefile.am index 39d589c1cc..edda59f94e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -148,11 +148,12 @@ cppcheck: # this is a shortcut that builds only documentation dependecies and documentation itself gen-docs: - $(MAKE) -C src/lib/asiolink $(MAKE) -C src/lib/exceptions + $(MAKE) -C src/lib/asiolink $(MAKE) -C src/lib/util $(MAKE) -C src/lib/cc $(MAKE) -C tools + $(MAKE) -C doc api $(MAKE) -C doc $(MAKE) -C doc/guide pdf