Link with roken before and after LIBS
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1085 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -78,9 +78,10 @@ dist: $(DISTFILES)
|
||||
|| cp -p $$file ../`cat ../.fname`/lib; \
|
||||
done
|
||||
|
||||
KLIB=-L../../lib/krb -lkrb -L../../lib/des -ldes -L../../lib/roken -lroken
|
||||
KLIB=-L../../lib/krb -lkrb -L../../lib/des -ldes
|
||||
LIBROKEN=-L../../lib/roken -lroken
|
||||
|
||||
xnlock: xnlock.o
|
||||
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ xnlock.o @KRB_KAFS_LIB@ $(KLIB) $(LIBS)
|
||||
|
||||
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ xnlock.o @KRB_KAFS_LIB@ $(KLIB) $(LIBROKEN) $(LIBS) $(LIBROKEN)
|
||||
|
||||
$(OBJECTS): ../../config.h
|
||||
|
Reference in New Issue
Block a user