summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAllan Randall <allanr@sgi.com>2006-12-19 02:55:36 +0000
committerAllan Randall <allanr@sgi.com>2006-12-19 02:55:36 +0000
commitab526a6352ab882d20cfaa4853202598ebf95f06 (patch)
tree14abdfa5b60d31a263e5c9471b1447846a2e83db /Makefile
parentf34441170a3e0fc210deccfc0db8e801eb3e1e4e (diff)
Integrate existing dmapi qa tests into xfs qa infrastructure
Merge of master-melb:xfs-cmds:27764a by kenmcd. Dmapi get/set_dmattr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c7c6080..5e1ff189 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ LSRCFILES = configure configure.in aclocal.m4 README VERSION
LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
check.log check.time
-SUBDIRS = include lib ltp src m4
+SUBDIRS = include lib ltp src m4 dmapi
default: $(CONFIGURE) new remake check $(TESTS)
ifeq ($(HAVE_BUILDDEFS), no)
@@ -36,7 +36,7 @@ $(CONFIGURE):
./configure \
--libexecdir=/usr/lib \
--enable-lib64=yes
-
+ cd $(TOPDIR)/dmapi/ ; ./configure
aclocal.m4::
aclocal --acdir=`pwd`/m4 --output=$@