summaryrefslogtreecommitdiffstats
path: root/src/util/support/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/Makefile.in')
-rw-r--r--src/util/support/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 01be06d21..979b4cd3e 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -71,6 +71,7 @@ STLIBOBJS= \
path.o \
base64.o \
json.o \
+ bcmp.o \
$(GETTIMEOFDAY_ST_OBJ) \
$(IPC_ST_OBJ) \
$(STRLCPY_ST_OBJ) \
@@ -92,6 +93,7 @@ LIBOBJS= \
$(OUTPRE)path.$(OBJEXT) \
$(OUTPRE)base64.$(OBJEXT) \
$(OUTPRE)json.$(OBJEXT) \
+ $(OUTPRE)bcmp.$(OBJEXT) \
$(GETTIMEOFDAY_OBJ) \
$(IPC_OBJ) \
$(STRLCPY_OBJ) \
@@ -121,7 +123,8 @@ SRCS=\
$(srcdir)/zap.c \
$(srcdir)/path.c \
$(srcdir)/base64.c \
- $(srcdir)/json.c
+ $(srcdir)/json.c \
+ $(srcdir)/bcmp.c
SHLIB_EXPDEPS =
# Add -lm if dumping thread stats, for sqrt.