1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00
curl/docs/examples/Makefile.am

14 lines
303 B
Makefile
Raw Normal View History

2001-01-08 14:36:34 +00:00
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign no-dependencies
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
2001-05-04 09:35:55 +00:00
win32sockets.c persistant.c ftpget.c Makefile.example \
multithread.c getinmemory.c ftpupload.c httpput.c \
2002-01-10 09:00:02 +00:00
simplessl.c ftpgetresp.c http-post.c
2001-01-08 14:36:34 +00:00
all:
@echo "done"