From: Stéphane Graber Date: Wed, 12 Feb 2014 00:49:19 +0000 (-0500) Subject: Fix build failure (broken makefile) X-Git-Tag: lxc-1.0.0.rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b605e2305d74b17ac4cd653a7a0637e65c62bff;p=thirdparty%2Flxc.git Fix build failure (broken makefile) Signed-off-by: Stéphane Graber --- diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 7ba93bc7c..9ca68ba05 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -65,7 +65,7 @@ EXTRA_DIST = \ device_add_remove.c \ get_item.c \ getkeys.c \ - list.c + list.c \ locktests.c \ lxcpath.c \ lxc-test-autostart \ @@ -76,4 +76,4 @@ EXTRA_DIST = \ saveconfig.c \ shutdowntest.c \ snapshot.c \ - startone.c \ + startone.c