Patch from vodz:
[oweals/busybox.git] / libbb / Makefile.in
index c4886e3ff84eb34d118b5d83d7d276c9b2dc1d09..b60adc959109cee90b306e6f3b8a3fb70164ea30 100644 (file)
@@ -48,7 +48,7 @@ LIBBB_SRC:= \
        fclose_nonstdin.c fflush_stdout_and_exit.c getopt_ulflags.c \
        default_error_retval.c wfopen_input.c speed_table.c \
        perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c \
-       warn_ignoring_args.c concat_subpath_file.c
+       warn_ignoring_args.c concat_subpath_file.c vfork_daemon_rexec.c
 
 LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC))