From: Mark Andrews Date: Wed, 17 Jan 2007 23:43:24 +0000 (+0000) Subject: "make depend" didn't work X-Git-Tag: v9.5.0a2~128 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=19aca386f1c75dd3f982e917cdaedb40ccafafc9;p=thirdparty%2Fbind9.git "make depend" didn't work --- diff --git a/bin/rndc/Makefile.in b/bin/rndc/Makefile.in index 41b823e3135..31fa640dce5 100644 --- a/bin/rndc/Makefile.in +++ b/bin/rndc/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.41 2004/07/20 07:13:34 marka Exp $ +# $Id: Makefile.in,v 1.42 2007/01/17 23:43:24 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -47,6 +47,8 @@ RNDCDEPLIBS = ${ISCCFGDEPLIBS} ${ISCCCDEPLIBS} ${BIND9DEPLIBS} ${DNSDEPLIBS} ${I CONFLIBS = ${DNSLIBS} ${ISCLIBS} @LIBS@ CONFDEPLIBS = ${DNSDEPLIBS} ${ISCDEPLIBS} +SRCS= rndc.c rndc-confgen.c + SUBDIRS = unix TARGETS = rndc@EXEEXT@ rndc-confgen@EXEEXT@