Fix up some issues for building shared/static bins.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091030162345-2so2ejfvvqr29s7v
This commit is contained in:
@@ -44,7 +44,9 @@ 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)
|
||||
|
Reference in New Issue
Block a user