mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-31 21:18:26 +03:00
Build label code into the library
This commit is contained in:
parent
8a51c23765
commit
5aed44459e
@ -20,3 +20,4 @@
|
|||||||
../lib/mm/xlate.h
|
../lib/mm/xlate.h
|
||||||
../lib/regex/matcher.h
|
../lib/regex/matcher.h
|
||||||
../lib/uuid/uuid.h
|
../lib/uuid/uuid.h
|
||||||
|
../lib/label/label.h
|
||||||
|
@ -38,7 +38,8 @@ SOURCES=\
|
|||||||
regex/matcher.c \
|
regex/matcher.c \
|
||||||
regex/parse_rx.c \
|
regex/parse_rx.c \
|
||||||
regex/ttree.c \
|
regex/ttree.c \
|
||||||
uuid/uuid.c
|
uuid/uuid.c \
|
||||||
|
label/label.c
|
||||||
|
|
||||||
TARGETS=liblvm.a
|
TARGETS=liblvm.a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user