lib/Makefile: install the symlinks as well.

--HG--
extra : convert_revision : 07ec7de799468a2303fda8d3a311f22b4dce5d3a
This commit is contained in:
Juan RP 2009-02-16 02:26:27 +01:00
parent 3ac13cd512
commit 2fe1842d5c

View file

@ -23,7 +23,8 @@ $(LIBXBPS): $(OBJECTS)
install: $(LIBXBPS)
install -d $(LIBDIR)
install -m 644 $(LIBXBPS_SO) $(LIBDIR)
install -m 644 $(LIBXBPS).$(MAJOR) $(LIBDIR)
cp -a $(LIBXBPS) $(LIBDIR)
cp -a $(LIBXBPS).$(MAJOR) $(LIBDIR)
.PHONY: clean
clean: clean-lib clean-objs