[lxc-devel] [lxc/master] Makefile: fix typo

brauner on Github lxc-bot at linuxcontainers.org
Wed Mar 18 17:27:01 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200318/ed462b18/attachment.bin>
-------------- next part --------------
From 7f1d0e07bd2abbb25da8777fb1f2e0ac3918be88 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Wed, 18 Mar 2020 18:24:16 +0100
Subject: [PATCH] Makefile: fix typo

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am
index b80c503807..c374c2d0ac 100644
--- a/src/lxc/Makefile.am
+++ b/src/lxc/Makefile.am
@@ -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


More information about the lxc-devel mailing list