projects
/
xfstests-dev.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Check for xlog_assign_lsn in xfs headers
[xfstests-dev.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index 515e16efbc7081270db22e99c186f9c3ab568cce..7b01754a12ea8ec4c5bb48f88ccf7ec9e58b197b 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-17,7
+17,7
@@
LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize \
fs_perms testx looptest locktest unwritten_mmap \
bulkstat_unlink_test bulkstat_unlink_test_modified t_dir_offset
-ifeq ($(HAVE_
LIBXFS
), true)
+ifeq ($(HAVE_
XLOG_ASSIGN_LSN
), true)
LINUX_TARGETS += loggen
endif