bdev/lxcrbd.h \
bdev/lxcrsync.h \
bdev/lxczfs.h \
+ cgroups/cgroup.h \
caps.h \
- cgroup.h \
conf.h \
console.h \
error.h \
bdev/lxcrbd.c bdev/lxcrbd.h \
bdev/lxcrsync.c bdev/lxcrsync.h \
bdev/lxczfs.c bdev/lxczfs.h \
+ cgroups/cgfs.c \
+ cgroups/cgfsng.c \
+ cgroups/cgroup.c cgroups/cgroup.h \
commands.c commands.h \
start.c start.h \
execute.c \
freezer.c \
error.h error.c \
parse.c parse.h \
- cgfs.c \
- cgfsng.c \
- cgroup.c cgroup.h \
lxc.h \
initutils.c initutils.h \
utils.c utils.h \
$(LSM_SOURCES)
if ENABLE_CGMANAGER
-liblxc_so_SOURCES += cgmanager.c
+liblxc_so_SOURCES += cgroups/cgmanager.c
endif
if IS_BIONIC
-DSBINDIR=\"$(SBINDIR)\" \
-I $(top_srcdir)/src \
-I $(top_srcdir)/src/lxc \
- -I $(top_srcdir)/src/lxc/bdev
+ -I $(top_srcdir)/src/lxc/bdev \
+ -I $(top_srcdir)/src/lxc/cgroups
if ENABLE_APPARMOR
AM_CFLAGS += -DHAVE_APPARMOR