13 lines
663 B
Plaintext
13 lines
663 B
Plaintext
$OpenBSD: patch-docs_examples_Makefile_in,v 1.3 2008/11/20 19:49:40 naddy Exp $
|
|
--- docs/examples/Makefile.in.orig Mon Nov 10 16:23:17 2008
|
|
+++ docs/examples/Makefile.in Thu Nov 20 19:51:18 2008
|
|
@@ -192,7 +192,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
+ $(AM_LDFLAGS) -L../../lib/.libs $(LDFLAGS) -o $@
|
|
SOURCES = 10-at-a-time.c anyauthput.c certinfo.c cookie_interface.c \
|
|
debug.c fileupload.c fopen.c ftpget.c ftpgetresp.c ftpupload.c \
|
|
getinfo.c getinmemory.c http-post.c httpcustomheader.c \
|