Add support for Linux shared libraries.

Make distclean target should now work.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@151 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-10-16 11:35:13 +00:00
parent dd5567759d
commit 494e0b2da2
8 changed files with 44 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ OBJECTS=telnetd.o state.o termstat.o slc.o sys_term.o \
libtop=../../../lib
KLIB=$(libtop)/kafs/libkafs.a $(libtop)/krb/libkrb.a $(libtop)/des/libdes.a
KLIB=-L$(libtop)/kafs -lkafs -L$(libtop)/krb -lkrb -L$(libtop)/des -ldes -L../../../util/et -lcom_err
all: telnetd
@@ -51,4 +51,6 @@ install: all
clean cleandir:
rm -f *.o *.a telnetd \#* *~ core
distclean: clean
rm -f Makefile