From: Stéphane Graber Date: Fri, 16 Aug 2013 10:09:02 +0000 (+0200) Subject: Add attach_options.h to the list of included files X-Git-Tag: lxc-1.0.0.alpha1~1^2~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d374b9725e53d8b099970c1b501d56d599c4772;p=thirdparty%2Flxc.git Add attach_options.h to the list of included files Without this, make dist doesn't include it and LXC fails to build. Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index 9d6b5b4f4..ef48833a1 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -1,22 +1,23 @@ pkginclude_HEADERS = \ arguments.h \ - start.h \ - console.h \ - error.h \ - monitor.h \ - utils.h \ - namespace.h \ + attach.h \ + attach_options.h \ + bdev.h \ caps.h \ - lxc.h \ cgroup.h \ conf.h \ + console.h \ + error.h \ list.h \ log.h \ - state.h \ - attach.h \ lxccontainer.h \ + lxc.h \ lxclock.h \ - bdev.h \ + monitor.h \ + namespace.h \ + start.h \ + state.h \ + utils.h \ version.h if IS_BIONIC