summaryrefslogtreecommitdiff
path: root/daemons/lvmlockd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/lvmlockd/Makefile.in')
-rw-r--r--daemons/lvmlockd/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemons/lvmlockd/Makefile.in b/daemons/lvmlockd/Makefile.in
index 24191c439..6d81d72fb 100644
--- a/daemons/lvmlockd/Makefile.in
+++ b/daemons/lvmlockd/Makefile.in
@@ -37,8 +37,7 @@ endif
ifeq ("@BUILD_LOCKDIDM@", "yes")
SOURCES += lvmlockd-idm.c
-# LOCK_LIBS += $(LIBSEAGATEILM_LIBS) $(BLKID_LIBS)
- LOCK_LIBS += -lseagate_ilm $(BLKID_LIBS)
+ LOCK_LIBS += $(LIBSEAGATEILM_LIBS) $(BLKID_LIBS)
endif
CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))