diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-17 18:11:45 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-19 20:24:09 +0100 |
commit | 1c7dd82563ff2e71a067aea20d2acb2d0553644b (patch) | |
tree | f26693719aeea09d4ab0f94e503bf82de96fa241 /Makefile.am | |
parent | 1e20b41187ff7d27477b5322690e447753c66ace (diff) |
qcow2: when dissecting qcow2, use btrfs clone ioctls for reflinking blocks to target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ce5ebf7c48..37ea845ed4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5285,6 +5285,7 @@ test_qcow2_CFLAGS = \ test_qcow2_LDADD = \ libsystemd-internal.la \ + libsystemd-label.la \ libsystemd-shared.la \ $(ZLIB_LIBS) endif |