From: Nathan Scott Date: Mon, 22 May 2006 03:52:53 +0000 (+0000) Subject: Fix userspace inclusion of libxfs.h for other tools. X-Git-Tag: v2.9.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9f1b1532d24a071a303fabed4dc61bb47e5cfb;p=thirdparty%2Fxfsprogs-dev.git Fix userspace inclusion of libxfs.h for other tools. Merge of master-melb:xfs-cmds:25996a by kenmcd. --- diff --git a/libxfs/Makefile b/libxfs/Makefile index e30a12d87..a5b752937 100644 --- a/libxfs/Makefile +++ b/libxfs/Makefile @@ -10,7 +10,7 @@ LT_CURRENT = 0 LT_REVISION = 0 LT_AGE = 0 -HFILES = xfs.h init.h +HFILES = xfs.h init.h list.h CFILES = bit.c cache.c init.c logitem.c rdwr.c trans.c util.c \ xfs_alloc.c xfs_ialloc.c xfs_rtalloc.c \ xfs_inode.c xfs_btree.c xfs_alloc_btree.c xfs_ialloc_btree.c \ @@ -30,7 +30,7 @@ LSRCFILES = $(shell echo $(PCFILES) | sed -e "s/$(PKG_PLATFORM).c//g") # -DLI_DEBUG log item (ino/buf) manipulation # -DXACT_DEBUG transaction state changes # -#LCFLAGS += +#LCFLAGS += FCFLAGS = -I.