From 92019ca9e7f58e8cad5f80b5a43ce01989415edf Mon Sep 17 00:00:00 2001 From: Bruce Montrose Date: Fri, 28 Jun 2002 18:31:12 +0000 Subject: Added -lpopt to Makefiles svn:r9 --- src/smtpap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smtpap') diff --git a/src/smtpap/Makefile b/src/smtpap/Makefile index e10605e0a..fc685ba34 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 -- cgit v1.2.3