X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2FMakefile.am;h=9e1f61daea45066d8b77b43e975d9888091ec7ad;hp=7af3342d561669cf8f8b5a625a3e2c915c38b9e0;hb=3f7853b31ef6;hpb=8cfd5be8b04bdaaa4a0c794392cc2e6835e103eb diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 7af3342..9e1f61d 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -84,7 +84,7 @@ if MPITESTS SUBDIRS = mpi endif -bin_PROGRAMS = mcreate munlink +bin_PROGRAMS = mcreate munlink statx testdir = $(libdir)/lustre/tests test_SCRIPTS = $(noinst_SCRIPTS) test_PROGRAMS = $(THETESTS) @@ -111,4 +111,8 @@ ll_dirstripe_verify_LDADD = $(LIBLUSTREAPI) flocks_test_LDADD = $(LIBLUSTREAPI) $(PTHREAD_LIBS) create_foreign_dir_LDADD = $(LIBLUSTREAPI) check_fallocate_LDADD = $(LIBLUSTREAPI) +if UBUNTU +statx_CPPFLAGS := -I/usr/include/libiberty +endif +statx_LDADD = $(SELINUX) -liberty endif # TESTS