summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/support/Makefile.in3
-rw-r--r--src/util/support/deps3
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index e20984a64..88ac6811f 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -102,7 +102,8 @@ SRCS=\
$(srcdir)/strlcpy.c \
$(srcdir)/printf.c \
$(srcdir)/mkstemp.c \
- $(srcdir)/t_k5buf.c
+ $(srcdir)/t_k5buf.c \
+ $(srcdir)/t_unal.c
SHLIB_EXPDEPS =
# Add -lm if dumping thread stats, for sqrt.
diff --git a/src/util/support/deps b/src/util/support/deps
index c75af7641..39af00ca9 100644
--- a/src/util/support/deps
+++ b/src/util/support/deps
@@ -44,3 +44,6 @@ mkstemp.so mkstemp.po $(OUTPRE)mkstemp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h
t_k5buf.so t_k5buf.po $(OUTPRE)t_k5buf.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/k5-buf.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h k5buf-int.h t_k5buf.c
+t_unal.so t_unal.po $(OUTPRE)t_unal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ t_unal.c