summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-02-03 17:12:28 +0100
committerDavid Sterba <dsterba@suse.cz>2015-02-03 17:13:57 +0100
commit99c53e440ea659753f4deff2a6502a7e63f83988 (patch)
tree081a6bbf297d957f03595f8689ba571497c20ca2 /Makefile.in
parent8fa3fed3a4196b38fadb5ee901827a166f879d3f (diff)
btrfs-progs: autoconf: check btrfs-convert dependencies
Use the standard pkg-config checks. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c4deb517..93b6a3c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -82,7 +82,7 @@ endif
# external libs required by various binaries; for btrfs-foo,
# specify btrfs_foo_libs = <list of libs>; see $($(subst...)) rules below
-btrfs_convert_libs = -lext2fs -lcom_err
+btrfs_convert_libs = @EXT2FS_LIBS@ @COM_ERR_LIBS@
btrfs_fragments_libs = -lgd -lpng -ljpeg -lfreetype
SUBDIRS =