From 88bc9cfb9bcbdb0daffe02db5bdb8e22d14b6853 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 10 Dec 2013 22:24:03 -0500 Subject: make depend --- src/util/support/deps | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util') diff --git a/src/util/support/deps b/src/util/support/deps index a4699409a3..037197fec0 100644 --- a/src/util/support/deps +++ b/src/util/support/deps @@ -74,3 +74,6 @@ base64.so base64.po $(OUTPRE)base64.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ json.so json.po $(OUTPRE)json.$(OBJEXT): $(top_srcdir)/include/k5-base64.h \ $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-json.h \ json.c +bcmp.so bcmp.po $(OUTPRE)bcmp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ + bcmp.c -- cgit