mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 18:15:04 -05:00
15 lines
369 B
Makefile
15 lines
369 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \
|
|
win32sockets.c persistant.c ftpget.c Makefile.example \
|
|
multithread.c getinmemory.c ftpupload.c httpput.c \
|
|
simplessl.c ftpgetresp.c http-post.c post-callback.c \
|
|
multi-app.c multi-double.c multi-single.c
|
|
|
|
all:
|
|
@echo "done"
|