From: Nathan Scott Date: Tue, 20 Jun 2006 15:58:48 +0000 (+0000) Subject: Fix Makefile botch wrt old copy of list.h X-Git-Tag: v2.9.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e20c059a212b8205defc2b181c6cf089432303d;p=thirdparty%2Fxfsprogs-dev.git Fix Makefile botch wrt old copy of list.h Merge of master-melb:xfs-cmds:26291a by kenmcd. --- diff --git a/libxfs/Makefile b/libxfs/Makefile index a5b752937..8cc780ec8 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 list.h +HFILES = xfs.h init.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 \