Better support for shared libs.

Install libs with read and execute permission.
Arrange so that applications include libdir at link time.
Other random stuff.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@428 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-04-23 21:08:59 +00:00
parent 3779776fd4
commit e1596e26ab
12 changed files with 88 additions and 59 deletions

View File

@@ -44,7 +44,7 @@ Wall:
install: all
$(MKDIRHIER) $(libdir)
$(INSTALL_DATA) $(LIB) $(libdir)
$(INSTALL) -m 0555 $(LIB) $(libdir)
uninstall: