From e5c6852c0c4ce72205dd0bab40924d2ace75cb6f Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Sat, 6 Apr 2013 13:30:04 -0500 Subject: btrfs-progs: re-add send-test send-test.c links against libbtrfs and uses the send functionality provided to decode and print a send stream to the console. 66819df "btrfs-progs: add send-test" contained this file when submitted, but somehow got lost on commit. [sandeen@redhat.com: Resurrect lost send-test.c from original commit] Signed-off-by: Mark Fasheh Signed-off-by: Eric Sandeen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dcd3a0e2..6de284aa 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ ioctl-test: $(objects) $(libs) ioctl-test.o @echo " [LD] $@" $(Q)$(CC) $(CFLAGS) -o ioctl-test $(objects) ioctl-test.o $(LDFLAGS) $(LIBS) -send-test: $(objects) send-test.o +send-test: $(objects) $(libs) send-test.o @echo " [LD] $@" $(Q)$(CC) $(CFLAGS) -o send-test $(objects) send-test.o $(LDFLAGS) $(LIBS) -lpthread -- cgit v1.2.3