aboutsummaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/Makefile')
-rw-r--r--libstore/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libstore/Makefile b/libstore/Makefile
index 2733119b..b1172c6a 100644
--- a/libstore/Makefile
+++ b/libstore/Makefile
@@ -40,11 +40,15 @@ store-types = \
module \
mvol \
nbd \
- part \
remap \
task \
zero
+ifeq (HAVE_PARTED,yes)
+store-types += part
+libstore.so-LDLIBS += -lparted
+endif
+
libstore.so-LDLIBS += -ldl
LCLHDRS=store.h
installhdrs=store.h