Unverified Commit 74d40612 by Stéphane Graber Committed by GitHub

Merge pull request #3306 from brauner/2020-03-18/fixes

Makefile: fix typo
parents 6b6de5c6 7f1d0e07
......@@ -363,7 +363,7 @@ lxc_unfreeze_SOURCES = tools/lxc_unfreeze.c \
tools/arguments.c tools/arguments.h
lxc_unshare_SOURCES = tools/lxc_unshare.c \
syscall_numbers.h \
syscall_wrapper.h \
syscall_wrappers.h \
tools/arguments.c tools/arguments.h
lxc_wait_SOURCES = tools/lxc_wait.c \
tools/arguments.c tools/arguments.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment