summaryrefslogtreecommitdiff
path: root/src/httpap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpap/Makefile')
-rw-r--r--src/httpap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpap/Makefile b/src/httpap/Makefile
index bb16e1ad44..83207f4c5f 100644
--- a/src/httpap/Makefile
+++ b/src/httpap/Makefile
@@ -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