Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
LU-9897 build: use pkgconf for detecting libblkid
[fs/lustre-release.git]
/
lustre
/
utils
/
Makefile.am
diff --git
a/lustre/utils/Makefile.am
b/lustre/utils/Makefile.am
index
75e6018
..
44ae523
100644
(file)
--- a/
lustre/utils/Makefile.am
+++ b/
lustre/utils/Makefile.am
@@
-89,15
+89,8
@@
E2PLIB =
EXT2FSLIB =
endif
EXT2FSLIB =
endif
-if BLKID
-BLKIDLIB = -lblkid -luuid
-else
-BLKIDLIB =
-endif
-
llverfs_LDADD := $(EXT2FSLIB) $(E2PLIB)
llverfs_LDADD := $(EXT2FSLIB) $(E2PLIB)
-
-llverdev_LDADD := $(EXT2FSLIB) $(BLKIDLIB)
+llverdev_LDADD := $(EXT2FSLIB) $(blkid_LIBS)
liblustreapi_la_SOURCES = liblustreapi.c liblustreapi_hsm.c \
liblustreapi_nodemap.c lustreapi_internal.h \
liblustreapi_la_SOURCES = liblustreapi.c liblustreapi_hsm.c \
liblustreapi_nodemap.c lustreapi_internal.h \