]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix userspace inclusion of libxfs.h for other tools.
authorNathan Scott <nathans@sgi.com>
Mon, 22 May 2006 03:52:53 +0000 (03:52 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 22 May 2006 03:52:53 +0000 (03:52 +0000)
Merge of master-melb:xfs-cmds:25996a by kenmcd.

libxfs/Makefile

index e30a12d874322dcb553a9506e5556cf582a6f60d..a5b752937efd5f6861ccc887b8f5f985cd041669 100644 (file)
@@ -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.