From: Christian Brauner Date: Thu, 26 Jul 2018 11:37:58 +0000 (+0200) Subject: Makefile: add missing lxctest.h X-Git-Tag: lxc-3.1.0~191^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b84eb74f954f1fd5f2558a6231cea1839670d80f;p=thirdparty%2Flxc.git Makefile: add missing lxctest.h Signed-off-by: Christian Brauner --- diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index e1532a102..e51efafd8 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -33,7 +33,7 @@ lxc_test_state_server_SOURCES = state_server.c lxctest.h lxc_test_share_ns_SOURCES = share_ns.c lxctest.h lxc_test_criu_check_feature_SOURCES = criu_check_feature.c lxctest.h lxc_test_raw_clone_SOURCES = lxc_raw_clone.c lxctest.h -lxc_test_mount_injection_SOURCES = mount_injection.c +lxc_test_mount_injection_SOURCES = mount_injection.c lxctest.h AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \ -DLXCPATH=\"$(LXCPATH)\" \