autotools: add memory_utils.h to Makefile.am

rexec.c:36:10: fatal error: memory_utils.h: No such file or directory #include "memory_utils.h" ^~~~~~~~~~~~~~~~ compilation terminated. make[5]: *** [Makefile:1571: rexec.o] Error 1 make[5]: Leaving directory '/<<BUILDDIR>>/lxc-2.0.10+stable~20190220-1844/src/lxc' make[4]: *** [Makefile:448: all-recursive] Error 1 make[4]: Leaving directory '/<<BUILDDIR>>/lxc-2.0.10+stable~20190220-1844/src' make[3]: *** [Makefile:387: all] Error 2 make[3]: Leaving directory '/<<BUILDDIR>>/lxc-2.0.10+stable~20190220-1844/src' make[2]: *** [Makefile:540: all-recursive] Error 1 make[2]: Leaving directory '/<<BUILDDIR>>/lxc-2.0.10+stable~20190220-1844' dh_auto_build: make -j1 returned exit code 2 make[1]: *** [debian/rules:25: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<BUILDDIR>>/lxc-2.0.10+stable~20190220-1844' make: *** [debian/rules:14: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 2907ebbb
...@@ -32,6 +32,7 @@ noinst_HEADERS = \ ...@@ -32,6 +32,7 @@ noinst_HEADERS = \
lxc.h \ lxc.h \
lxclock.h \ lxclock.h \
macro.h \ macro.h \
memory_utils.h \
monitor.h \ monitor.h \
namespace.h \ namespace.h \
rexec.h \ rexec.h \
...@@ -123,6 +124,7 @@ liblxc_la_SOURCES = \ ...@@ -123,6 +124,7 @@ liblxc_la_SOURCES = \
lxcseccomp.h \ lxcseccomp.h \
macro.h \ macro.h \
mainloop.c mainloop.h \ mainloop.c mainloop.h \
memory_utils.h \
af_unix.c af_unix.h \ af_unix.c af_unix.h \
\ \
lxcutmp.c lxcutmp.h \ lxcutmp.c lxcutmp.h \
......
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