aboutsummaryrefslogtreecommitdiff
path: root/src/smtpap
diff options
context:
space:
mode:
authorBruce Montrose <montrose@itd.nrl.navy.mil>2002-06-28 18:31:12 +0000
committerBruce Montrose <montrose@itd.nrl.navy.mil>2002-06-28 18:31:12 +0000
commit92019ca9e7f58e8cad5f80b5a43ce01989415edf (patch)
tree7a12dae312abc469854b54e6cf3a3a58a56c738f /src/smtpap
parenta551f0a6a8b84616862d6790080f9c4911a8100b (diff)
downloadtor-92019ca9e7f58e8cad5f80b5a43ce01989415edf.tar.gz
tor-92019ca9e7f58e8cad5f80b5a43ce01989415edf.zip
Added -lpopt to Makefiles
svn:r9
Diffstat (limited to 'src/smtpap')
-rw-r--r--src/smtpap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smtpap/Makefile b/src/smtpap/Makefile
index e10605e0a9..fc685ba34c 100644
--- a/src/smtpap/Makefile
+++ b/src/smtpap/Makefile
@@ -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