From: Daniel Lezcano Date: Fri, 26 Feb 2010 20:12:31 +0000 (+0100) Subject: add console.h to dist file X-Git-Tag: lxc-0.7.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45fdd27079a7601c3a285f64d42588449746ff0;p=thirdparty%2Flxc.git add console.h to dist file Add the console.h file in order to compile the dist file. Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index be64b2a78..f5168411d 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -1,5 +1,6 @@ pkginclude_HEADERS = \ start.h \ + console.h \ error.h \ monitor.h \ utils.h \