cond otp. and use top_builddir

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3874 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-09 09:04:09 +00:00
parent ebc886a0ee
commit e0c54c119f
5 changed files with 11 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ SHELL = /bin/sh
srcdir = @srcdir@
VPATH = @srcdir@
top_builddir = ../..
CC = @CC@
AR = ar
RANLIB = @RANLIB@
@@ -97,7 +99,7 @@ dist: $(DISTFILES)
KLIB=-L../../lib/krb -lkrb -L../../lib/des -ldes
LIBROKEN=-L../../lib/roken -lroken
OTPLIB=-L../../lib/otp -lotp
OTPLIB=@LIB_otp@
popper$(EXECSUFFIX): $(POPPER_OBJECTS)
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ $(POPPER_OBJECTS) $(OTPLIB) $(KLIB) $(LIBROKEN) $(LIB_DBM) $(LIBS) $(LIBROKEN)