From: Stéphane Graber Date: Sun, 11 Oct 2015 22:44:38 +0000 (-0700) Subject: Tell gcc about lxcmntent for the unmount hook X-Git-Tag: lxc-2.0.0.beta1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9ec00d61debe24da764273436f001909b77f5d;p=thirdparty%2Flxc.git Tell gcc about lxcmntent for the unmount hook Signed-off-by: Stéphane Graber --- diff --git a/hooks/Makefile.am b/hooks/Makefile.am index ef82083c5..499a2c4cf 100644 --- a/hooks/Makefile.am +++ b/hooks/Makefile.am @@ -12,4 +12,9 @@ hooks_PROGRAMS = \ unmount_namespace_SOURCES = \ unmount-namespace.c +if IS_BIONIC +unmount_namespace_SOURCES += \ + ../src/include/lxcmntent.c ../src/include/lxcmntent.h +endif + EXTRA_DIST=$(hooks_SCRIPTS)