lib/Makefile: don't forget to install the static lib.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091030112231-h1onlwabxst3am0h
This commit is contained in:
parent
3905c2106c
commit
4aeea194e3
@ -44,9 +44,7 @@ libxbps.a: $(OBJS)
|
||||
.PHONY: install
|
||||
install: all
|
||||
install -d $(LIBDIR)
|
||||
ifdef STATIC
|
||||
install -m 644 libxbps.a $(LIBDIR)
|
||||
endif
|
||||
install -m 644 $(LIBXBPS_SHLIB) $(LIBDIR)
|
||||
cp -a libxbps.so $(LIBDIR)
|
||||
cp -a libxbps.so.$(LIBMAJOR) $(LIBDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user