From c8ecb908dde9760ac2ff55f73ffd02f1a0046f59 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 1998 15:52:48 +0000 Subject: Added socks library support. svn path=/trunk/; revision=2189 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b4ec65f4..313dfa49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,6 +23,7 @@ YACC = @YACC@ YACCFLAGS = -dt CEFLAGS = @CEFLAGS@ +CPFLAGS = @CPFLAGS@ LDEFLAGS = @LDEFLAGS@ # How to invoke ranlib. This is only used by the `glob' subdirectory. @@ -116,7 +117,7 @@ unmime: unmime.c base64.c rfc822.c xmalloc.c error.c memmove.c $(CC) -DSTANDALONE -g -o $@ $^ .c.o: - $(CC) $(defines) -c -I$(srcdir) -I. $(CEFLAGS) $(CFLAGS) $< + $(CC) $(defines) -c $(CPFLAGS) -I$(srcdir) -I. $(CEFLAGS) $(CFLAGS) $< # For some losing Unix makes. SHELL = /bin/sh -- cgit v1.2.3