1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/docs/examples/Makefile.am

14 lines
303 B
Makefile
Raw Normal View History

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