]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Makefile: add missing lxctest.h
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 26 Jul 2018 11:37:58 +0000 (13:37 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 26 Jul 2018 14:38:42 +0000 (16:38 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/tests/Makefile.am

index e1532a102427543ecd6327500512621cb7b3a571..e51efafd8c9f2ec0215a1c3f2474f90cc2ad2d3e 100644 (file)
@@ -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)\" \