mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Fix lvm2app.pc installation filename.
This commit is contained in:
parent
e3d384af5b
commit
9b6f239159
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.51 -
|
Version 2.02.51 -
|
||||||
================================
|
================================
|
||||||
|
Fix lvm2app.pc installation filename.
|
||||||
Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.
|
Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.
|
||||||
Rename lvm.h to lvm2app.h for now.
|
Rename lvm.h to lvm2app.h for now.
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ install_static: $(LIB_STATIC)
|
|||||||
|
|
||||||
install_pkgconfig:
|
install_pkgconfig:
|
||||||
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 $(LIB_NAME).pc \
|
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 $(LIB_NAME).pc \
|
||||||
$(usrlibdir)/pkgconfig/$(LIB_NAME).pc
|
$(usrlibdir)/pkgconfig/lvm2app.pc
|
||||||
|
|
||||||
liblvm.cflow: $(SOURCES)
|
liblvm.cflow: $(SOURCES)
|
||||||
set -e; (echo -n "SOURCES += "; \
|
set -e; (echo -n "SOURCES += "; \
|
||||||
|
Loading…
Reference in New Issue
Block a user