add transaction.h to the Makefile
authorChris Mason <chris.mason@oracle.com>
Tue, 20 Mar 2007 13:13:49 +0000 (09:13 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 20 Mar 2007 13:13:49 +0000 (09:13 -0400)
Makefile

index 76bcd87..7953b41 100644 (file)
--- 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