From: Chris Mason Date: Tue, 20 Mar 2007 13:13:49 +0000 (-0400) Subject: Btrfs: add transaction.h to the Makefile X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=631d7d950a2f2706f5c86858402c1ec50b9801f1;p=linux-edison.git Btrfs: add transaction.h to the Makefile Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index 76bcd87d857..7953b41848c 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -1,6 +1,7 @@ CC=gcc CFLAGS = -g -Wall -Werror -headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h +headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h \ + transaction.h objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o \ root-tree.o dir-item.o hash.o file-item.o inode-item.o