Skip to content
Snippets Groups Projects
Commit 92019ca9 authored by Bruce Montrose's avatar Bruce Montrose
Browse files

Added -lpopt to Makefiles

svn:r9
parent a551f0a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment