summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)