summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-06-02 15:36:13 -0500
committerEric Sandeen <sandeen@sandeen.net>2009-06-02 15:36:13 -0500
commit1e814bd4f3bfa7d7c7da4cfa6e18fe7ae297a59b (patch)
treea330902996e2a1228d9223374e1d6ee2973315c6 /include
parent288f540b00fa5d4a4bec24f3ff3f2683b44dd777 (diff)
libxfs.h is really only needed for the loggen test;
make it config-time optional. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@infradead.org>
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 636f6321..e8f4b6b5 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -14,6 +14,7 @@ LOADERFLAGS = @LDFLAGS@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
+HAVE_LIBXFS = @have_libxfs@
LIBXFS = @libxfs@
LIBACL = @libacl@
LIBATTR = @libattr@