]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make -j3 support
authorMark Andrews <marka@isc.org>
Thu, 16 Sep 2004 05:13:55 +0000 (05:13 +0000)
committerMark Andrews <marka@isc.org>
Thu, 16 Sep 2004 05:13:55 +0000 (05:13 +0000)
lib/dns/Makefile.in

index df55da5ef4d638c6eb23b3802f69bb3a48ab85d5..84db576e07fd87e993530fdb546d08ca4344a583 100644 (file)
@@ -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.146 2004/07/20 07:13:41 marka Exp $
+# $Id: Makefile.in,v 1.147 2004/09/16 05:13:55 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -29,7 +29,8 @@ top_srcdir =  @top_srcdir@
 
 @BIND9_MAKE_INCLUDES@
 
-CINCLUDES =    -I. ${DNS_INCLUDES} ${ISC_INCLUDES}
+CINCLUDES =    -I. -Iinclude -Iinclude/sec/dst/include \
+               ${DNS_INCLUDES} ${ISC_INCLUDES}
 
 CDEFINES =
 CWARNINGS =
@@ -161,4 +162,5 @@ subdirs: include/dns/enumtype.h include/dns/enumclass.h \
        include/dns/rdatastruct.h code.h
 ${DNSOBJS}: include/dns/enumtype.h include/dns/enumclass.h \
        include/dns/rdatastruct.h
+${DSTOBJS}: subdirs
 rdata.${0}: code.h