From: Chris Mason Date: Tue, 20 Mar 2007 13:13:49 +0000 (-0400) Subject: add transaction.h to the Makefile X-Git-Tag: upstream/0.20.rc1~439 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80fd690aa6ee4e9a321d20df09b4bf018b0e18b2;p=platform%2Fupstream%2Fbtrfs-progs.git add transaction.h to the Makefile --- diff --git a/Makefile b/Makefile index 76bcd87..7953b41 100644 --- a/Makefile +++ b/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