]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add attach_options.h to the list of included files
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 10:09:02 +0000 (12:09 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 10:09:02 +0000 (12:09 +0200)
Without this, make dist doesn't include it and LXC fails to build.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/Makefile.am

index 9d6b5b4f41ac6e1769e5f8ef7498c1991df6895e..ef48833a1933300141aa127b8e2fd4d97cd5976e 100644 (file)
@@ -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