about summary refs log tree commit diff
path: root/lib/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/Makefile')
-rw-r--r--lib/util/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/util/Makefile b/lib/util/Makefile
index f5f0e04c..8f16e432 100644
--- a/lib/util/Makefile
+++ b/lib/util/Makefile
@@ -9,7 +9,13 @@ include $(BUILDDIR)/config.mk
 
 # nstring is required for asprintf(), etc.  Also some systems don't have
 # snprintf(), e.g. Solaris 2.5.1.  2002.03.29.
-UTILOBJECTS = shhopt.o nstring.o vasprintf.o filename.o nsleep.o
+UTILOBJECTS = \
+  filename.o \
+  io.o \
+  nsleep.o \
+  shhopt.o \
+  token.o \
+  vasprintf.o \
 
 MERGE_OBJECTS =