xfstests: check for dmapi headers

Merge of master-melb:xfs-cmds:32507a by kenmcd.

  xfstests: check for dmapi headers
This commit is contained in:
Barry Naujok
2008-11-20 14:22:49 +00:00
parent dc4bae27a4
commit 2ccda108c4
4 changed files with 9 additions and 0 deletions
+2
View File
@@ -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)