1
0
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:
Alasdair Kergon 2009-07-29 19:24:11 +00:00
parent e3d384af5b
commit 9b6f239159
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.51 -
================================
Fix lvm2app.pc installation filename.
Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.
Rename lvm.h to lvm2app.h for now.

View File

@ -77,7 +77,7 @@ install_static: $(LIB_STATIC)
install_pkgconfig:
$(INSTALL) -D $(OWNER) $(GROUP) -m 444 $(LIB_NAME).pc \
$(usrlibdir)/pkgconfig/$(LIB_NAME).pc
$(usrlibdir)/pkgconfig/lvm2app.pc
liblvm.cflow: $(SOURCES)
set -e; (echo -n "SOURCES += "; \