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: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent fbbf5192
pkginclude_HEADERS = \ pkginclude_HEADERS = \
arguments.h \ arguments.h \
start.h \ attach.h \
console.h \ attach_options.h \
error.h \ bdev.h \
monitor.h \
utils.h \
namespace.h \
caps.h \ caps.h \
lxc.h \
cgroup.h \ cgroup.h \
conf.h \ conf.h \
console.h \
error.h \
list.h \ list.h \
log.h \ log.h \
state.h \
attach.h \
lxccontainer.h \ lxccontainer.h \
lxc.h \
lxclock.h \ lxclock.h \
bdev.h \ monitor.h \
namespace.h \
start.h \
state.h \
utils.h \
version.h version.h
if IS_BIONIC if IS_BIONIC
......
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