mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
Fix an ommision preventing building, patch by Tito.
This commit is contained in:
parent
12940e1ce0
commit
fe4704e948
@ -40,9 +40,9 @@ LIBBB_SRC:= \
|
|||||||
perror_msg.c perror_msg_and_die.c print_file.c \
|
perror_msg.c perror_msg_and_die.c print_file.c \
|
||||||
process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \
|
process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c \
|
||||||
qmodule.c read_package_field.c recursive_action.c remove_file.c \
|
qmodule.c read_package_field.c recursive_action.c remove_file.c \
|
||||||
restricted_shell.c run_parts.c run_shell.c safe_read.c safe_strncpy.c \
|
restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \
|
||||||
setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \
|
safe_strncpy.c setup_environment.c simplify_path.c syscalls.c \
|
||||||
trim.c u_signal_names.c vdprintf.c verror_msg.c \
|
syslog_msg_with_name.c trim.c u_signal_names.c vdprintf.c verror_msg.c \
|
||||||
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \
|
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \
|
||||||
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \
|
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user