From 2ccda108c474caf58c5d7ebf090af072795df0c0 Mon Sep 17 00:00:00 2001 From: Barry Naujok Date: Thu, 20 Nov 2008 14:22:49 +0000 Subject: xfstests: check for dmapi headers Merge of master-melb:xfs-cmds:32507a by kenmcd. xfstests: check for dmapi headers --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a0fc279..39e52906 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,10 @@ else $(SUBDIRS_MAKERULE) # automake doesn't always support "default" target # so do dmapi make explicitly with "all" +ifeq ($(HAVE_DMAPI), true) cd $(TOPDIR)/dmapi; make all endif +endif ifeq ($(HAVE_BUILDDEFS), yes) include $(BUILDRULES) -- cgit v1.2.3