]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Remove references to deleted files, link with libxlog now.
authorNathan Scott <nathans@sgi.com>
Thu, 6 Mar 2003 07:11:56 +0000 (07:11 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 6 Mar 2003 07:11:56 +0000 (07:11 +0000)
db/Makefile

index a527c0df7c9914f8bcb33c89064c2a842861603c..54c24b34b3928cba62c91a15ecb16c4292484461 100644 (file)
@@ -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)