aboutsummaryrefslogtreecommitdiffstats
path: root/restore
diff options
context:
space:
mode:
authorBill Kendall <wkendall@sgi.com>2006-04-20 15:38:26 +0000
committerBill Kendall <wkendall@sgi.com>2006-04-20 15:38:26 +0000
commit3390f928c8f45bb800302ee0026ea39271e69670 (patch)
treef4c47e8d8f9f6b16620c24a40fa3b975312ec965 /restore
parent701d7b73a729aea76a0f641b398e7b5fc096eb6b (diff)
downloadxfsdump-dev-3390f928c8f45bb800302ee0026ea39271e69670.tar.gz
Move hsmapi.[hc] to the common directory so that xfsrestore can
make use of some of the HSM-specific (DMF) code.
Diffstat (limited to 'restore')
-rw-r--r--restore/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/restore/Makefile b/restore/Makefile
index d187363d..ee5f0432 100644
--- a/restore/Makefile
+++ b/restore/Makefile
@@ -16,6 +16,7 @@ COMMINCL = \
fs.h \
getdents.h \
global.h \
+ hsmapi.h \
lock.h \
media.h \
mlog.h \
@@ -54,6 +55,7 @@ COMMON = \
fs.c \
getdents.c \
global.c \
+ hsmapi.c \
lock.c \
main.c \
mlog.c \
@@ -93,7 +95,7 @@ CFILES = $(COMMON) $(INVCOMMON) $(LOCALS)
HFILES = $(LOCALINCL)
LINKS = $(COMMINCL) $(COMMON) $(INVINCL) $(INVCOMMON)
LDIRT = $(LINKS)
-LLDLIBS = $(LIBUUID) $(LIBHANDLE) $(LIBATTR) $(LIBRMT)
+LLDLIBS = $(LIBUUID) $(LIBHANDLE) $(LIBATTR) $(LIBDM) $(LIBRMT)
LTDEPENDENCIES = $(LIBRMT)
LCFLAGS = -DRESTORE -DRMT -DBASED -DDOSOCKS -DINVCONVFIX -DPIPEINVFIX \