From: Nathan Scott Date: Thu, 6 Mar 2003 07:11:56 +0000 (+0000) Subject: Remove references to deleted files, link with libxlog now. X-Git-Tag: XFS-1_3_0pre1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5deb1f56ce110693ae99f5c5d3cec6e5d271b57;p=thirdparty%2Fxfsprogs-dev.git Remove references to deleted files, link with libxlog now. --- diff --git a/db/Makefile b/db/Makefile index a527c0df7..54c24b34b 100644 --- a/db/Makefile +++ b/db/Makefile @@ -36,15 +36,15 @@ include $(TOPDIR)/include/builddefs LTCOMMAND = xfs_db HFILES = addr.h agf.h agfl.h agi.h attr.h attrshort.h bit.h block.h bmap.h \ - bmapbt.h bmroot.h bnobt.h check.h cntbt.h command.h convert.h data.h \ + bmapbt.h bmroot.h bnobt.h check.h cntbt.h command.h convert.h \ dbread.h debug.h dir.h dir2.h dir2sf.h dirshort.h dquot.h echo.h \ faddr.h field.h flist.h fprint.h frag.h freesp.h hash.h help.h \ - init.h inobt.h inode.h input.h io.h malloc.h mount.h output.h \ - print.h quit.h sb.h sig.h strvec.h text.h type.h uuid.h write.h -CFILES = $(HFILES:.h=.c) main.c + init.h inobt.h inode.h input.h io.h malloc.h output.h \ + print.h quit.h sb.h sig.h strvec.h text.h type.h write.h +CFILES = $(HFILES:.h=.c) LSRCFILES = xfs_admin.sh xfs_check.sh xfs_ncheck.sh -LLDLIBS = $(LIBXFS) $(LIBUUID) -LTDEPENDENCIES = $(LIBXFS) +LLDLIBS = $(LIBXFS) $(LIBXLOG) $(LIBUUID) +LTDEPENDENCIES = $(LIBXFS) $(LIBXLOG) LLDFLAGS += -static default: $(LTCOMMAND)