1
0
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:
Patrick Caulfield 2001-12-12 09:09:04 +00:00
parent 8a51c23765
commit 5aed44459e
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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