diff mbox

Btrfs-progs: Add uuid-tree.o to libbtrfs.a

Message ID 1367223948-11947-1-git-send-email-sbehrens@giantdisaster.de (mailing list archive)
State Under Review, archived
Headers show

Commit Message

Stefan Behrens April 29, 2013, 8:25 a.m. UTC
Since send-utils.o needs it and send-utils.o is part of the exported
libbtrfs functionality.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 98aa87e..589c60d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@  cmds_objects = cmds-subvolume.o cmds-filesystem.o cmds-device.o cmds-scrub.o \
 	       cmds-inspect.o cmds-balance.o cmds-send.o cmds-receive.o \
 	       cmds-quota.o cmds-qgroup.o cmds-replace.o cmds-check.o \
 	       cmds-restore.o
-libbtrfs_objects = send-stream.o send-utils.o rbtree.o btrfs-list.o crc32c.o
+libbtrfs_objects = send-stream.o send-utils.o rbtree.o btrfs-list.o crc32c.o \
+		   uuid-tree.o
 libbtrfs_headers = send-stream.h send-utils.h send.h rbtree.h btrfs-list.h \
 	       crc32c.h list.h kerncompat.h radix-tree.h extent-cache.h \
 	       extent_io.h ioctl.h ctree.h