Added -lpopt to Makefiles

svn:r9
This commit is contained in:
Bruce Montrose 2002-06-28 18:31:12 +00:00
parent a551f0a6a8
commit 92019ca9e7
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ depend:
makedepend -- ${CFLAGS} -- ${SRC}
httpap: ${OBJ}
$(LINK.c) -o $@ $(OBJ) ../common/log.o ../common/config.o ../common/utils.o
$(LINK.c) -o $@ $(OBJ) ../common/log.o ../common/config.o ../common/utils.o -lpopt
# DO NOT DELETE

View File

@ -17,7 +17,7 @@ depend:
makedepend -- ${CFLAGS} -- ${SRC}
${PROGS}: ${OBJ}
$(LINK.c) -o $@ $(OBJ) ../common/log.o ../common/config.o ../common/onion.o ../common/utils.o ../common/cell.o ../common/scheduler.o
$(LINK.c) -o $@ $(OBJ) ../common/log.o ../common/config.o ../common/onion.o ../common/utils.o ../common/cell.o ../common/scheduler.o -lpopt
# DO NOT DELETE

View File

@ -11,7 +11,7 @@ LDFLAGS = $(LIB) $(LIBS)
all: ${OBJ} ${PROGS}
or: ${OBJ}
gcc -o or $(CFLAGS) *.o ../common/*.o -lcrypto
gcc -o or $(CFLAGS) *.o ../common/*.o -lcrypto -lpopt
clean:
rm -f *.o ${PROGS}

View File

@ -17,7 +17,7 @@ depend:
makedepend -- ${CFLAGS} -- ${SRC}
${PROGS}: ${OBJ}
$(LINK.c) -o $@ $(OBJ) ../common/log.o ../common/config.o ../common/utils.o
$(LINK.c) -o $@ $(OBJ) ../common/log.o ../common/config.o ../common/utils.o -lpopt
# DO NOT DELETE