]> sourceware.org Git - lvm2.git/commitdiff
Build label code into the library
authorPatrick Caulfield <pcaulfie@redhat.com>
Wed, 12 Dec 2001 09:09:04 +0000 (09:09 +0000)
committerPatrick Caulfield <pcaulfie@redhat.com>
Wed, 12 Dec 2001 09:09:04 +0000 (09:09 +0000)
include/.symlinks
lib/Makefile.in

index 7882084d7ec98e030a18998fc380f12cce73c660..a382cea961ff997e785143dfbcdbf2b67b6a83cb 100644 (file)
@@ -20,3 +20,4 @@
 ../lib/mm/xlate.h
 ../lib/regex/matcher.h
 ../lib/uuid/uuid.h
+../lib/label/label.h
index 3b6b9b806f4181b8c0f00d195600e315f2463cc0..38d153cff410c3e352936122a43deab286defa26 100644 (file)
@@ -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
 
This page took 0.030337 seconds and 5 git commands to generate.