From: Patrick Caulfield Date: Wed, 12 Dec 2001 09:09:04 +0000 (+0000) Subject: Build label code into the library X-Git-Tag: v2_02_91~5963 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=5aed44459eb0c098862f4a4be4b1127aaa35823a;p=lvm2.git Build label code into the library --- diff --git a/include/.symlinks b/include/.symlinks index 7882084d7..a382cea96 100644 --- a/include/.symlinks +++ b/include/.symlinks @@ -20,3 +20,4 @@ ../lib/mm/xlate.h ../lib/regex/matcher.h ../lib/uuid/uuid.h +../lib/label/label.h diff --git a/lib/Makefile.in b/lib/Makefile.in index 3b6b9b806..38d153cff 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -38,7 +38,8 @@ SOURCES=\ regex/matcher.c \ regex/parse_rx.c \ regex/ttree.c \ - uuid/uuid.c + uuid/uuid.c \ + label/label.c TARGETS=liblvm.a