From: Francis Dupont Date: Wed, 12 Sep 2018 18:19:39 +0000 (+0200) Subject: [rebasing] Rebased X-Git-Tag: 30-implement-control-socket-for-ddns_base~1^2~2^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b8287f919d910c14e68d6307be1dec736fd42a;p=thirdparty%2Fkea.git [rebasing] Rebased --- b4b8287f919d910c14e68d6307be1dec736fd42a diff --cc src/lib/Makefile.am index 1c462abd36,fcaa33931e..319c995490 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@@ -13,5 -13,10 +13,10 @@@ if HAVE_CQ SUBDIRS += cql endif - SUBDIRS += testutils hooks dhcp config stats asiodns dhcp_ddns eval \ - cfgrpt process dhcpsrv http + SUBDIRS += testutils hooks dhcp config stats + + if HAVE_SYSREPO + SUBDIRS += yang + endif + -SUBDIRS += asiodns dhcp_ddns eval dhcpsrv cfgrpt process http ++SUBDIRS += asiodns dhcp_ddns eval cfgrpt process dhcpsrv http